Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Twitter Bootstrap Rails | 4,518 | 19,179 | 86 | a year ago | 44 | February 06, 2017 | 58 | HTML | ||
Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline | ||||||||||
Pagy | 4,128 | 130 | 35 | 5 days ago | 147 | February 03, 2022 | 6 | mit | Ruby | |
🏆 The Best Pagination Ruby Gem 🥇 | ||||||||||
Bootstrap Rubygem | 1,956 | 11,100 | 105 | 2 months ago | 42 | September 18, 2022 | 41 | mit | SCSS | |
Bootstrap rubygem for Rails / Sprockets / Hanami / etc | ||||||||||
Bootstrap_form | 1,587 | 3,857 | 29 | 13 days ago | 33 | November 12, 2021 | 49 | mit | Ruby | |
Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5. | ||||||||||
Rails Stripe Membership Saas | 1,142 | 6 years ago | 22 | Ruby | ||||||
An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site. | ||||||||||
Bootstrap Loader | 1,029 | 2,081 | 161 | 2 months ago | 64 | January 20, 2022 | 5 | JavaScript | ||
Load Bootstrap styles and scripts in your Webpack bundle | ||||||||||
Bh | 831 | 5 years ago | n,ull | mit | Ruby | |||||
Bootstrap Helpers for Ruby | ||||||||||
Compass Twitter Bootstrap | 742 | 217 | 3 | 9 years ago | 16 | May 11, 2013 | 27 | CSS | ||
The twitter bootstrap ported to compass | ||||||||||
Bootstrap Datepicker Rails | 651 | 2,960 | 31 | 21 days ago | 81 | January 27, 2020 | mit | Ruby | ||
A Datepicker for Twitter Bootstrap, integrated with Rails assets pipeline | ||||||||||
Rails_layout | 580 | 7,881 | 1 | 5 years ago | 70 | February 09, 2018 | 11 | mit | HTML | |
Generates Rails application layout files for various front-end frameworks. |
RailStrap is a Front-end / Back-end template using HTML5 Boilerplate, Twitter Bootstrap 3, Ruby on Rails (4.0.0) Devise ( Auth ) and Ruby 2.0.0.
Clone the git repo - git clone https://github.com/hugodias/railStrap.git
- or download it
Run bundle install
Run rake db:migrate
Then run your server
rails s
Check at http://localhost:3000
Change the cookie secret token at
config/initializers/secret_token.rb
# Be sure to restart your server when you modify this file. # Your secret key for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. RailStrap::Application.config.secret_token = 'YOUR-NEW-TOKEN-HERE'
Thanks pringles for the tip
RailStrap has a Vagrant file to create your own Virtual Machine for development.
To get started you need to have Vagrant and Virtal Box instaled.
After that you just need to start your VM:
vagrant up
After that you have a Ubuntu server to work, but this server isn't configured to work with rails yet! :( So i'm leaving here one virtual box image with Ruby 2.0.0 (rbenv) and Rails 4 pre-configured.
To install this server just follow this steps:
vagrant box add railStrapMachine ubuntuRails4Ruby2.box virtualbox
vagrant box list
and this new machine should be in that listVagrantfile
change config.vm.box="precise32"
to config.vm.box="railStrapMachine"
vagrant up
And its done ! Your vagrant vm now has Ruby 2.0.0 and Rails 4 ready to go.
The Unlicense (aka: public domain)