sprockets_better_errors
No description available.
File Explorer
Download Latest Version (.zip)- sprockets_rails_helper.rb
- sprockets_railtie.rb
- version.rb
- sprockets_better_errors.rb
- .keep
- application.js
- no_erb_tag_error.js
- no_errors.js
- no_reference_error.js.erb
- not_precompiled.js
- welcome.js.coffee
- application.css
- application_controller.rb
- foo_controller.rb
- application_helper.rb
- index.html
- no_erb_tag_error.html.erb
- no_errors.html.erb
- no_reference_error.html.erb
- precompile_error.html.erb
- application.html.erb
- development.rb
- production.rb
- test.rb
- backtrace_silencers.rb
- inflections.rb
- mime_types.rb
- secret_token.rb
- session_store.rb
- en.yml
- application.rb
- boot.rb
- database.yml
- environment.rb
- routes.rb
- 404.html
- 422.html
- 500.html
- cinco.png
- favicon.ico
- index.html
- rails
- capybara-201311081652534466693170.html
- capybara-201311081654135123748192.html
- capybara-201311081656053021254170.html
- capybara-201311081656457051701013.html
- capybara-201311081659485877638897.html
- capybara-201311081700172970244208.html
- capybara-201311081700599079106420.html
- capybara-201311081701386395720887.html
- capybara-201311081710273253101711.html
- capybara-20131108171106624789610.html
- capybara-201311081712048792320330.html
- capybara-201311081712211232801645.html
- capybara-201311081713141534596918.html
- capybara-201311081713239549389443.html
- capybara-201311081713578623637052.html
- capybara-20131108171444164374684.html
- capybara-201311081715138372476507.html
- capybara-201311091505244823849905.html
- capybara-201311091530174187311595.html
- capybara-201311091608397964104129.html
- capybara-20131109160958397538938.html
- capybara-201311091626051738950286.html
- config.ru
- Rakefile
- precompile_raise_test.rb
- integration_case.rb
- route_inspector_test.rb
- test_helper.rb
- .gitignore
- .travis.yml
- Gemfile
- Rakefile
- README.md
- sprockets_better_errors.gemspec
# Installation Guide
1. Get the code
git clone https://github.com/schneems/sprockets_better_errors
Downloads the entire project code from GitHub to your computer.
cd sprockets_better_errors
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle install
Installs the Ruby libraries listed in the Gemfile.
$ export RAILS_VERSION=4.0.0; bundle update; bundle exec rake test
Type this command into your terminal and run it.
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)
