This template includes
devisesimple_formrespondershow_forpaperclipwill_paginatehamlbootstrap-datepicker-railsbootstrapransackclient_side_validations
gems. Scaffold generator views which were changed under lib/templates
folder in templates. When you use scaffolding, views are generated from these views. Template creates Admin namespace.
Admins don't use normal users table, they use admins table for authenticating. There is dev.rake in lib/tasks folder.
This rake do
db:dropdb:createdb:migratedb:seed
and saving fixtures data processes. When template is installed, Records
which are user@lab2023.com 12341234 at users table and admin@lab2023.com 1234134 at admins table are saved. Admin
page can be accessed from /admins/sign_in.
Before generating your application, you will need:
- The Ruby language (version 1.9.3)
- Rails 3.2
rails new APP_NAME -T -m https://raw.github.com/lab2023/rails-template/master/rails_template.rbIf you discover any bugs or want to drop a line, feel free to create an issue on GitHub.
http://github.com/lab2023/rails-template/issues
Once you've made your great commits:
- Fork Template
- Create a topic branch -
git checkout -b my_branch - Push to your branch -
git push origin my_branch - Create a Pull Request from your branch
- That's it!
Template is maintained by lab2023 - internet technologies
Copyright 2012 lab2023 – internet technologies