html5-rails
Generate Html5 Boilerplate for your Rails apps!
File Explorer
Download Latest Version (.zip)- application.js
- polyfills.js
- _chromeframe.html.erb
- _flashes.html.erb
- _footer.html.erb
- _head.html.erb
- _header.html.erb
- _javascripts.html.erb
- _stylesheets.html.erb
- application.html.erb
- application.js
- polyfills.js
- index.css.scss
- layout.css.scss
- media_queries.css.scss
- variables.css.scss
- assets_generator.rb
- USAGE
- compass.rb
- html5_rails.yml
- README
- install_generator.rb
- USAGE
- application.html.erb
- application.html.haml
- application.html.slim
- layout_generator.rb
- USAGE
- _chromeframe.html.erb
- _chromeframe.html.haml
- _chromeframe.html.slim
- _flashes.html.erb
- _flashes.html.haml
- _flashes.html.slim
- _footer.html.erb
- _footer.html.haml
- _footer.html.slim
- _head.html.erb
- _head.html.haml
- _head.html.slim
- _header.html.erb
- _header.html.haml
- _header.html.slim
- _javascripts.html.erb
- _javascripts.html.haml
- _javascripts.html.slim
- _stylesheets.html.erb
- _stylesheets.html.haml
- _stylesheets.html.slim
- partial_generator.rb
- USAGE
- generator_helpers.rb
- engine.rb
- helpers.rb
- version.rb
- rails.rb
- html5-rails.rb
- rails.png
- application.js
- pages.js.coffee
- application.css
- application_controller.rb
- pages_controller.rb
- application_helper.rb
- pages_helper.rb
- .gitkeep
- .gitkeep
- application.html.erb
- home.html.erb
- development.rb
- production.rb
- test.rb
- backtrace_silencers.rb
- inflections.rb
- mime_types.rb
- secret_token.rb
- session_store.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- database.yml
- environment.rb
- routes.rb
- seeds.rb
- README_FOR_APP
- .gitkeep
- .gitkeep
- .gitkeep
- 404.html
- 422.html
- 500.html
- favicon.ico
- robots.txt
- rails
- .gitkeep
- .gitkeep
- .gitkeep
- .gitignore
- config.ru
- Rakefile
- assets_generator_test.rb
- install_generator_test.rb
- layout_generator_test.rb
- partial_generator_test.rb
- navigation_test.rb
- generator_test_helper.rb
- integration_case.rb
- html5_rails_test.rb
- test_helper.rb
- h5bp.js
- modernizr.min.js
- .gitignore
- Gemfile
- html5-rails.gemspec
- LICENSE
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/sporkd/html5-rails
Downloads the entire project code from GitHub to your computer.
cd html5-rails
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
