mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
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.
This commit is contained in:
parent
86bcc4d6c6
commit
d7d86446c0
26 changed files with 161 additions and 101 deletions
|
|
@ -37,7 +37,7 @@ require 'activeresource'
|
|||
module Tracks
|
||||
|
||||
class Base < ActiveResource::Base
|
||||
self.site = ENV["SITE"] || "http://username:password@0.0.0.0:3000/"
|
||||
self.site = ENV["SITE"] || "http://username:password@localhost:3000/"
|
||||
end
|
||||
|
||||
class Todo < Base
|
||||
|
|
@ -57,4 +57,4 @@ module Tracks
|
|||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue