1. add to Gemfile:
gem "therubyracer"
gem "less-rails"
gem "twitter-bootstrap-rails", :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
2. bundle install
3. rails generate bootstrap:install less
4. rails g bootstrap:layout [LAYOUT_NAME]
5. For themed:
Example:
gem "therubyracer"
gem "less-rails"
gem "twitter-bootstrap-rails", :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
2. bundle install
3. rails generate bootstrap:install less
4. rails g bootstrap:layout [LAYOUT_NAME]
5. For themed:
Example:
rails g scaffold Post title:string description:text
rake db:migrate
rails g bootstrap:themed Posts
Comments
Post a Comment