osem-fcy/config/initializers
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
..
ahoy.rb more style fixes 2014-08-07 07:42:22 +03:00
application_controller_renderer.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
assets.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
backtrace_silencers.rb First checkin 2013-01-07 09:04:09 +01:00
carrierwave.rb Adapt the spec 2016-04-27 17:55:24 +02:00
cookies_serializer.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
devise.rb Configure OSEM via environment variables 2016-04-29 16:36:47 +02:00
domain_constraint.rb refactored DomainConstraint and conference_controller_spec 2017-08-22 21:18:58 +00:00
feature.rb Use 'Feature's to toggle optional functionality 2017-11-03 20:40:36 -07:00
filter_parameter_logging.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
formtastic.rb Update Formtastic and formtastic-bootstrap 2016-02-19 08:12:03 +05:30
fuckups.rb Oh My God. Close your eyes! 2016-04-27 17:55:24 +02:00
hoptoad.rb Configure OSEM via environment variables 2016-04-29 16:36:47 +02:00
inflections.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
mime_types.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
money.rb Refactoring Tickets 2014-08-28 15:21:05 +02:00
new_framework_defaults.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
paper_trail.rb Update paper_trail gem to latest 2016-05-18 23:27:18 +05:30
rolify.rb Update rolify and cancancan 2016-03-07 23:32:15 +02:00
session_store.rb First checkin 2013-01-07 09:04:09 +01:00
stripe.rb fix typo. change secrets.yml config. 2016-08-15 10:59:35 +05:30
time_formats.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
wrap_parameters.rb First checkin 2013-01-07 09:04:09 +01:00