This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
tracks
Watch
1
Star
0
Fork
You've already forked tracks
0
mirror of
https://github.com/TracksApp/tracks.git
synced
2025-12-16 23:30:12 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7ff34bbea8
tracks
/
bin
/
rake
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Add Spring and spring-aware binstubs Also remove /script, which is no longer used in Rails 4
2014-05-16 11:02:08 -04:00
#!/usr/bin/env ruby
Upgrade to Rails 4.2 * Update boilerplate with `bin/rake rails:upgrade` * Use test instead of test:all rake task * Change stylesheet extensions from .css.scss to .scss * Update docs to use localhost instead of 0.0.0.0 because Rails 4.2 no longer listens on all addresses by default.
2015-08-09 17:07:07 -04:00
require_relative '../config/boot'
require 'rake'
Rake.application.run
Reference in a new issue
Copy permalink