Skip to content
forked from hugodias/railStrap

RailStrap is a HTML5 Ruby On Rails 3.2.x bootstrap

Notifications You must be signed in to change notification settings

roine/railStrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailStrap

RailStrap is a Front-end / Back-end template using HTML5 Boilerplate, Twitter Bootstrap and Ruby on Rails (3.2.x) with an powerful authentication system for building 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:migrate

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:migrate

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.2.x bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published