Railstrap

RailStrap is a HTML5 Ruby On Rails 4 Ruby 2.0.0 bootstrap
Alternatives To Railstrap
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Twitter Bootstrap Rails4,51819,17986a year ago44February 06, 201758HTML
Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
Pagy4,128130355 days ago147February 03, 20226mitRuby
🏆 The Best Pagination Ruby Gem 🥇
Bootstrap Rubygem1,95611,1001052 months ago42September 18, 202241mitSCSS
Bootstrap rubygem for Rails / Sprockets / Hanami / etc
Bootstrap_form1,5873,8572913 days ago33November 12, 202149mitRuby
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 Saas1,142
6 years ago22Ruby
An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
Bootstrap Loader1,0292,0811612 months ago64January 20, 20225JavaScript
Load Bootstrap styles and scripts in your Webpack bundle
Bh831
5 years agon,ullmitRuby
Bootstrap Helpers for Ruby
Compass Twitter Bootstrap74221739 years ago16May 11, 201327CSS
The twitter bootstrap ported to compass
Bootstrap Datepicker Rails6512,9603121 days ago81January 27, 2020mitRuby
A Datepicker for Twitter Bootstrap, integrated with Rails assets pipeline
Rails_layout5807,88115 years ago70February 09, 201811mitHTML
Generates Rails application layout files for various front-end frameworks.
Alternatives To Railstrap
Select To Compare


Alternative Project Comparisons
Readme

RailStrap v4

Demo

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.

Quick start

  • 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

Requirements

  • Rails 4
  • Ruby 2.0.0
  • Imagemagick (For uploading pictures)
  • Vagrant (Optional)

Features

HTML5 Boilerplate
Twitter Bootstrap 3
HAML Template Engine
Ruby on Rails 4.0.0
  • Devise
  • Paperclip ( User profile picture )

Databases support

Best pratices


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

Vagrant


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
Bonus

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:

  • Download the server image here: link
  • Place the image that you downloaded in railStrap repository
  • In railStrap directory run vagrant box add railStrapMachine ubuntuRails4Ruby2.box virtualbox
  • Run vagrant box list and this new machine should be in that list
  • Now in Vagrantfile change config.vm.box="precise32" to config.vm.box="railStrapMachine"
  • To get your machine up run vagrant up

And its done ! Your vagrant vm now has Ruby 2.0.0 and Rails 4 ready to go.


License

Major components:

Everything else:

The Unlicense (aka: public domain)

Popular Bootstrap Projects
Popular Ruby On Rails Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html5
Ruby
Ruby On Rails
Bootstrap
Twitter
Vagrant
Devise
Twitter Bootstrap