Ernest Bursa dla SKN Atena.
rails new euro2012
cd euro2012/
git clone git://github.com/swistaczek/euro2012.git
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
bundle install
Installing to App (using Generators) You can run following generators to get started with Twitter Bootstrap quickly.
Install (requires directives to Asset pipeline.)
Usage:
rails g bootstrap:install Layout (generates Twitter Bootstrap compatible layout) - (Haml and Slim supported)
Usage:
rails g bootstrap:layout [LAYOUT_NAME] [*fixed or fluid] Example:
rails g bootstrap:layout application fixed Themed (generates Twitter Bootstrap compatible scaffold views.) - (Haml and Slim supported)
Usage:
rails g bootstrap:themed [RESOURCE_NAME] Example:
rails g scaffold post title:string description:text rake db:migrate rails g bootstrap:themed Posts