Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 585 Bytes

sample for custom iQvoc applications

  1. create new iQvoc-based application:

     $ curl -O \
         https://raw.github.com/innoq/iqvoc/master/lib/generators/app/template.rb
     $ rails new iqvoc_sample -m template.rb
    

    NB: For namespace consistency, it's useful to have "iqvoc_" as name prefix here.

  2. prepare database:

     $ bundle exec rake db:create
     $ bundle exec rake db:migrate
     $ bundle exec rake iqvoc:db:seed
    
  3. see commit log for an example of how to create custom notes