osem-fcy/config
AEtherC0r3 efaf07178f Upgrade to Rails 5
Update config with rails app:update
Update schema.rb rails db:migrate
Add puma
Make jobs and models inherit from ApplicationJob and ApplicationRecord
Update acts_as_list to 0.9.7 in order to fix
"undefined method `sanitize_sql_hash_for_conditions'" error
Update web-console to 2.3.0 to fix a 500 internal server error
Replace before_filter with before_action
Add rails-controller-testing gem
Add prepend: :true to protect_from_forgery in ApplicationController to
avoid ActionController::InvalidAuthenticityToken exceptions
Remove activeuuid
Update formtastic to 3.1.5 to fix deprecation warnings and issues
with the Input class
Update ahoy_matey to 1.6.0
Update cancancan to 2.0.0 to fix issues with malformed sql queries
Fix program spec
Fix issue with the picture being nil in admin/Organizations#new and #edit
and Organizations#show
Fix ActiveRecord::Base.raise_in_transactional_callbacks= deprecation
warning by removing an unnecessary line in application.rb
Fix failing versions specs
2017-12-11 20:58:04 +02:00
..
environments Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
initializers Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
locales Made use of Rails I18n data format in EventSerializer #598 2016-03-27 20:03:33 +05:30
application.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
boot.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
cable.yml Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
cloudinary.yml.example Add cloudinary gem, fix some Gemfile comments 2016-04-27 11:48:12 +02:00
database.yml.docker Docker support for production use 2017-07-09 21:38:43 +02:00
database.yml.example Switch back to sqlite test db 2014-05-10 16:45:51 +02:00
database.yml.heroku Use config/database.yml for ClearDB config 2016-05-25 16:49:56 +02:00
database.yml.travis In Travis, run tests on MariaDB 2016-08-22 16:39:19 +02:00
deploy.rb Prepare settings for new deployment 2017-06-01 15:39:45 +02:00
environment.rb Mention the data:migrate:config2dotenv during boot 2016-04-29 17:07:50 +02:00
piwik.yml.example Implements piwik tracking 2014-11-12 10:45:44 +01:00
puma.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
routes.rb Fix missing link on public organizations page 2017-11-07 14:11:13 -08:00
schedule.rb [Bugfix] Confirmed / Unconfirmed events over time for conference dashboard 2014-07-18 15:22:15 +02:00
secrets.yml.example spec/feature: add stripe integration tests 2016-08-16 00:46:11 +05:30
spring.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00