Template generator for rails application with bootstrap, devise...
The latest chaltron release targets bootstrap v4.
If you are using bootstrap v3, refer to the bootstrap3 branch (chaltron version 0.x).
In a fresh new rails application simply add to your Gemfile
gem 'chaltron'
and install
bundle
Now run
rails generate chaltron:install
Populate database
rails db:migrate db:seed
Start your app
rails server
Login with local user bella
and password.1
Enjoy!
Chaltron provides
Chaltron is powered by
Refer to wiki pages for further instructions
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)