Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 267 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 267 Bytes

regexed

Platform where developers and companies meet without any hassle.

Setup

  • Rails 4
  • Postgresql 9.1 or higher
  • Ruby 2.0.0x (use RVM)

Rake

After installing, make sure you run:

rake regexed:setup
rake db:create db:migrate

Then

rails s