osem-fcy/app/models
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 Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
concerns fix revision count and drop observers 2017-07-09 03:36:57 +05:30
.gitkeep First checkin 2013-01-07 09:04:09 +01:00
ability.rb Fix missing link on public organizations page 2017-11-07 14:11:13 -08:00
admin_ability.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
answer.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
application_record.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
booth.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
booth_request.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
campaign.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
cfp.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
comment.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
commercial.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
conference.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
contact.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
difficulty_level.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
email_settings.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
event.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
event_schedule.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
event_type.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
event_user.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
events_registration.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
lodging.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
openid.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
organization.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
payment.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
physical_ticket.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
program.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
qanswer.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
question.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
question_type.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
registration.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
registration_period.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
resource.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
role.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
room.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
schedule.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
splashpage.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
sponsor.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
sponsorship_level.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
subscription.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
target.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
ticket.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
ticket_purchase.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
ticket_scanning.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
track.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
user.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
users_role.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
vchoice.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
vday.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
venue.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
visit.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
vote.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
vposition.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00