13 Commits

Author SHA1 Message Date
Thibault Jouan
1a39db3909 Fix configured sounds path 2015-04-30 13:40:31 +00:00
Thibault Jouan
e90bb01cb9 Configure sounds path in application config 2015-04-30 12:25:26 +00:00
Thibault Jouan
999ff85ac9 Move default headers configuration in app config 2015-04-30 12:20:22 +00:00
Thibault Jouan
b13efc5a4c Improve how ruby features are required
* Don't require bcrypt explicitly (done by bundler);
* Regroup require calls in application configuration.
2015-04-30 11:28:07 +00:00
Thibault Jouan
16cccc2a23 Require only required railties 2015-04-30 11:24:59 +00:00
Thibault Jouan
aa6f6a103e Update to rails 4.2.1 2015-04-29 11:33:21 +00:00
Thibault Jouan
aa2b43ab42 Update rails to 4.0:
* Add protected_attributes gem dependency;
* Remove deprecated usages of AR .find method;
2014-04-01 10:01:02 +00:00
Thibault Jouan
b25d4d256f Update all bundled gems to lastest versions 2012-03-18 23:51:20 +00:00
Thibault Jouan
fae41abf5d Update config defaults for new rails version 2011-12-04 23:03:31 +00:00
Thibault Jouan
f49a5a3f67 Update to rails 3.1.0
* Bump rails version to 3.1.0 in Gemfile
* Update config files
* Fix bcrypt monkey patch for specs
* Fix TracksController
* Replace track streaming with track download
* Remove assets from application layout
2011-09-15 16:10:21 +00:00
Thibault Jouan
cec8a18d42 Remove X-UA-Compatible header:
* Disable ActionDispatch::BestStandardsSupport middleware
2011-08-04 16:52:30 +00:00
Thibault Jouan
2f6a447416 Implement track/stream
* Add Streamer class
* Use FactoryGirl for factories
* Add sha256 field to tracks
* Add mime_type field to tracks
2011-07-26 16:59:47 +00:00
Thibault Jouan
b994f821f7 Add new application generated with rails new 2011-07-09 11:21:06 +00:00