Skip to content

ejang/railStrap

 
 

Repository files navigation

RailStrap

RailStrap is a Front-end / Back-end template using HTML5 Boilerplate, Twitter Bootstrap and Ruby on Rails with an powerful authentication system for build ruby on rails websites in seconds.

Quick start

Clone the git repo - git clone https://github.com/hugodias/railStrap.git - or download it

Execute rake to create the users database

rake db:setup

if you are having getting the following error: You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.8.7. Using bundle exec may solve this. try this

bundle exec rake db:setup

Now start the server in your railStrap folder

rails s

Check at http://localhost:3000

Features

  • HTML5 ready. Use the new elements with confidence.
  • Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
  • Designed with progressive enhancement in mind.
  • CSS normalizations and common bug fixes.
  • IE-specific classes for easier cross-browser control.
  • A default print stylesheet, performance optimized.
  • Mobile browser optimizations.
  • Protection against any stray console.log causing JavaScript errors in IE6/7.
  • The latest jQuery via CDN, with a local fallback.
  • A custom Modernizr build for feature detection.
  • An optimized Google Analytics snippet.
  • Apache server caching, compression, and other configuration defaults for Grade-A performance.
  • Cross-domain Ajax and Flash.
  • "Delete-key friendly." Easy to strip out parts you don't need.
  • Extensive inline and accompanying documentation.
  • Built for and by nerds
  • 12-column grid
  • Responsive design
  • Custom jQuery plugins
  • Cross-everything
  • Security Authentication system
  • Users CRUD

License

Major components:

Everything else:

The Unlicense (aka: public domain)

About

RailStrap is a HTML5 Ruby On Rails 3.0.3 bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published