Home
Softono

Twitter Bootstrap Rails

Open source Ruby
4.5K
Stars
980
Forks
0
Issues
179
Watchers
5 months
Last Commit

 About Twitter Bootstrap Rails

Twitter Bootstrap for Rails 8

Platforms

Web Self-hosted

Languages

Ruby

Need Help Installing Twitter Bootstrap Rails?

We provide expert installation service for this software. Our team will install, configure, and secure Twitter Bootstrap Rails on your server. plans start at just $30.

Alternatives to Twitter Bootstrap Rails

View All

Twitter Bootstrap Rails

View on GitHub

twitter-bootstrap-rails

Gem Version GitHub stars GitHub forks GitHub issues

Integrates Bootstrap 5 into Rails Asset Pipeline. Supports Rails 8, 7, 6, 5.

Install

# Gemfile
gem "twitter-bootstrap-rails"
bundle install
rails generate bootstrap:install static

Generators

# Install Bootstrap assets
rails g bootstrap:install static

# Generate Bootstrap layout
rails g bootstrap:layout application

# Generate themed views for scaffold
rails g scaffold Task title:string done:boolean
rails db:migrate
rails g bootstrap:themed Tasks

Quick Start

rails new myapp
cd myapp
echo 'gem "twitter-bootstrap-rails"' >> Gemfile
bundle install
rails generate bootstrap:install static
rails generate scaffold Task title:string description:text completed:boolean
rails db:migrate
rails generate bootstrap:themed Tasks
rails generate bootstrap:layout application
rails server

License

MIT