Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iconomus

Setup

The following is the setup process for the Rails 3.2 project:

$ rails new . --database=postgresql --skip-test-unit

Use the following commands to setup your Postgres database:

$ createuser --superuser iconomus
$ createdb -U iconomus iconomus
$ createdb -U iconomus iconomus_test
$ rake db:create
$ rake db:migrate
$ rake db:test:prepare

Tests

Iconomus uses RSpec for tests.

$ rake test

To speed up development, it's suggested that you use Spork to preload your tests.

Deployment

Run the following command to deploy to Heroku:

$ git push heroku master

About

Make placeholder icons in a jiffy.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages