Commit Graph

11 Commits

Author SHA1 Message Date
dgt eee8c84178 Preparation for Rails 5
first make everything work locally with rails 5.0
test do not pass on CI yet because the test task has to be rewritten

- update dependecies
- run rails app:update task: update config, generate intitializers etc.
- the method hide_action is not available in rails anymore
- ActionController::Parameters have to be converted to a hash
- protect_from_forgery now defaults to prepend:false
2019-08-23 10:43:01 +02:00
Azul cf21b9311b
style: rubocop autocorrect 2017-09-12 10:00:46 +02:00
Azul f1651c1201 ruby2: only use Rails::Rack::Debugger debugger gem 2015-03-21 10:18:05 +01:00
Azul 04e6e54f6d standard way of using the asset pipeline for js 2014-09-17 09:36:13 +02:00
() 92ea0a1005 re-added sprockets to Gemfile and config.ru 2013-02-12 15:02:09 +01:00
() 57f6cd2400 commented in Sprockets stuff in config.ru (is it still needed?), removed deprecated middleware Rails::Rack::Static 2013-02-12 14:26:18 +01:00
() 4b639c057b Merge remote-tracking branch 'origin/develop' into feature/rails-3
Conflicts:
	.travis.yml
	app/models/requests/request.rb
	config.ru
2013-02-12 12:45:55 +01:00
() 054f68aba7 generated Rails 3 app, fixed around deprecations etc until the server would start 2013-02-11 21:22:51 +01:00
Azul 488c01639c removing rack debugger in production as it's causing trouble
it exits - not sure why
2013-02-11 21:06:57 +01:00
elijah ddcdd108d2 fixed config.ru so that crabgrass will run in production mode when using mod_rails. 2012-07-01 17:49:28 -07:00
elijah 26218d6969 Added sprockets asset pipelining for javascripts. All javascript moved from public/javascripts to app/assets/javascripts. Rails 3 uses sprockets for asset pipelining, now so does crabgrass. run rake gems:install. 2012-02-12 11:57:44 -08:00