wasya-co / ish_manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= Setup =

Run or add to your rc:

  alias be='bundle exec '

The app driving this library is in test/dummy. You need to obtain the credentials file from me and put it in test/dummy/ . Then, create a user:

  cd test/dummy
  be rake m3_dummy:create_user

Start the server:

  cd test/dummy
  be rails s

Then you can login: http://localhost:3000

Note: all of the development is done in the app/ folder. The code in test/dummy/app/ is only scaffolding and is not used in production.

= Test =

 cd test/dummy
 be rspec spec



About


Languages

Language:HTML 82.4%Language:Ruby 8.8%Language:Haml 6.2%Language:SCSS 1.6%Language:JavaScript 0.9%Language:CSS 0.0%Language:Shell 0.0%