osem-fcy/app/views
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
..
admin Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
application Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
booths Add booths to non admin 2017-08-08 16:18:07 +03:00
commercials Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
conference_registrations Add total amount spent by user 2017-10-14 23:07:08 +05:30
conferences Fix missing link on public organizations page 2017-11-07 14:11:13 -08:00
devise Use 'Feature's to toggle optional functionality 2017-11-03 20:40:36 -07:00
layouts Only include transifex JS if the ENV var is set 2017-11-12 20:43:02 -08:00
mailbot Send mail on ticket confirmation. 2017-07-26 11:31:19 +05:30
organizations Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
payments views/_payment: decrease script indentation 2016-08-16 00:43:48 +05:30
physical_tickets Changed physical_ticket to plural 2017-10-02 09:53:10 +03:00
proposals added description field to cfps 2017-11-14 17:31:08 +02:00
schedules Implement track scheduling 2017-08-26 00:31:44 +03:00
shared Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
ticket_purchases Ticket Purchase Index Page 2017-07-06 02:46:53 +05:30
tickets One user one registration ticket 2017-09-04 03:14:24 +05:30
tracks Track related refactoring 2017-08-27 18:20:16 +03:00
users implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00