Arun Kumar
0675572e05
Modify conference registration to a singular resource
2016-07-05 01:15:32 +05:30
Nishanth Vijayan
740c57f0ad
Remove routes of Speakers,People and Photos controllers
2016-05-27 01:22:41 +05:30
Henne Vogelsang
a3dd8e6c95
Use config/database.yml for ClearDB config
...
If we use .env heroku neither sees DATABASE_URL nor
config/database.yml and assumes we use postgre. There
also is no need to load the rails env in the task.
2016-05-25 16:49:56 +02:00
Henne Vogelsang
30e10a4e40
Fix program routing outside of Admin
...
We don't have ProgramsController so we can't have routes
for it
2016-05-23 15:18:25 +02:00
Nishanth Vijayan
d152b5eddc
Update paper_trail gem to latest
2016-05-18 23:27:18 +05:30
Henne Vogelsang
be2221c57a
Include .env.production in deploy
2016-05-09 14:47:29 +02:00
Henne Vogelsang
1fd029cb66
Mention the data:migrate:config2dotenv during boot
2016-04-29 17:07:50 +02:00
Henne Vogelsang
14a9d701f7
If operating on a env variable make sure its there
...
Fix booting the app without OSEM_SMTP_AUTHENTICATION set
2016-04-29 16:37:48 +02:00
Henne Vogelsang
f97e271566
Fix some typos
2016-04-29 16:37:48 +02:00
Henne Vogelsang
5b0202c052
Expand and document SMTP configuration
2016-04-29 16:37:48 +02:00
Henne Vogelsang
beac27405e
Use the environment for ActionMailer configuration
2016-04-29 16:37:48 +02:00
Henne Vogelsang
fee8adba4b
Also set a default secret_key_base in test env
2016-04-29 16:36:47 +02:00
Henne Vogelsang
64830e9cff
Don't read config.yml anymore
...
add some heroku support gems and document all the new variables
2016-04-29 16:36:47 +02:00
Henne Vogelsang
ebcb2780cd
Configure OSEM via environment variables
...
Instead of reading a yaml file we get configuration from the
environment.
2016-04-29 16:36:47 +02:00
Henne Vogelsang
45c31f210f
Drop config/config.yml.example. Not needed anymore
...
Also make config/secrets.yml.example read a bit nicer
2016-04-29 16:36:47 +02:00
Henne Vogelsang
8fc57e34c9
Adapt the spec
2016-04-27 17:55:24 +02:00
Henne Vogelsang
de486dc621
Oh My God. Close your eyes!
...
Someone used a paperclip method in a migration. I'm too scared to
look who, maybe it was me?
2016-04-27 17:55:24 +02:00
Henne Vogelsang
cea9081347
A paperclip compatible carrierwave uploader
2016-04-27 17:40:23 +02:00
Henne Vogelsang
1ce834391a
Add cloudinary gem, fix some Gemfile comments
2016-04-27 11:48:12 +02:00
Stella Rouzi
01ec43e53a
Registration for Events
2016-04-26 16:11:40 +03:00
Henne Vogelsang
aabbd35063
Merge pull request #932 from hennevogel/bugfix_email_settings
...
Fix email notifications
2016-04-26 14:33:43 +02:00
Henne Vogelsang
1fdc2f8efe
Merge pull request #946 from Shriyanshagro/venue_commercial
...
Defined Venue has_one Commercial nice new relationship
2016-04-26 14:32:54 +02:00
Henne Vogelsang
21280cd9d8
Switch mail sending to active_job
...
Before we were using the delayed_job method of delaying
mail sending which isn't working anymore on rails 4.
2016-04-20 18:59:24 +02:00
Shriyansh
6f667a865b
create_venue_commercial added
2016-04-10 11:57:30 +05:30
Shriyansh
154f4a400c
venue_commercial association establihed
2016-04-10 11:57:30 +05:30
Stella Rouzi
b9e10922ee
drop dietary choices, social events, and html_export_path
2016-04-09 16:29:20 +03:00
Aditya Prakash
9abda59b0d
Add configuration and documentation smtp setting
2016-04-07 13:49:28 +05:30
Henne Vogelsang
f56fc0052f
Merge pull request #907 from sonalkr132/proposal-test
...
Proposal controller improvements and test
2016-04-01 14:49:50 +02:00
Henne Vogelsang
6aedf2b03d
Merge pull request #904 from Shriyanshagro/master
...
Made use of Rails I18n data format in EventSerializer #598
2016-03-30 17:31:42 +02:00
Shriyansh
70b8fca197
Made use of Rails I18n data format in EventSerializer #598
2016-03-27 20:03:33 +05:30
Nishanth Vijayan
53555d5efa
Remove leftover from event_attachment in routes
2016-03-26 15:49:23 +05:30
Aditya Prakash
dcb98c49f9
Improvements in proposal controller
...
`if..else` is better than unless with return.
On failed update render `edit` template and not render `new` template.
On failed save redirect to index path and not render `new` template.
Change `destory` to `withdraw`, cause `destroy` makes DELETE request when
we are updating the event record.
Check for success for save in withdraw (save can fail for reasons other than validation).
2016-03-24 11:37:40 +05:30
Aditya Prakash
19157ac81d
Add test for conference registration controller show and destroy action
...
After failed delete, user should be redirected to registration show and not
root.
2016-03-23 11:42:40 +05:30
robin kiplangat
72c068203b
Update routes.rb
...
removed index get '/stats' => 'stats#index' as it references to a non-existent statscontroller
2016-03-22 12:40:26 +03:00
Christian Bruckmayer
2f23ba2fd3
Remove duplicate delivery_method config option
2016-03-10 15:06:59 +01:00
Stella Rouzi
40a48e1e7e
Update rolify and cancancan
2016-03-07 23:32:15 +02:00
Christian Bruckmayer
2dad051ab9
Add letter_opener_web
...
to present emails in the browser in development mode.
Using letter_opener in combination with Vagrant does not work
because it's not possible to launch a web browser in your
Vagrant box. Fixes #817 .
2016-03-05 14:09:42 +01:00
Henne Vogelsang
af168f0f55
Merge pull request #700 from differentreality/roles_updated
...
Roles updated
2016-03-04 17:11:56 +01:00
Aditya Prakash
640be7497f
Add config to allow running FactoryGirl lint before suit
...
By default the lint will be run before every test suit.
Set it to false in config.yml if you would rather just use the rake
task: `bundle exec rake factory_girl:lint`
2016-03-02 21:15:29 +05:30
Stella
ccd7ecbb90
Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use.
2016-03-01 17:10:45 +02:00
Aditya Prakash
6460456202
Update Formtastic and formtastic-bootstrap
...
Previous version of Formtastic was giving following deprecation warning:
`#column_for_attribute` will return a null object for non-existent
columns in Rails 5. Use #has_attribute? if you need to check for
an attribute's existence.
Guide followed for upgrade: https://github.com/justinfrench/formtastic/wiki/Upgrading-to-Formtastic-3.1
formtastic-bootstrap is upgraded for compatibility with current Formtastic.
2016-02-19 08:12:03 +05:30
Aditya Prakash
cac3f817ef
Remove deprecation warnings due to update of rails
...
* `config.serve_static_assets` has been renamed to `config.serve_static_files`
and former will be removed in rails 5
* propagate errors raised within `after_rollback`/`after_commit` callbacks.
Read more at: http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#error-handling-in-transaction-callbacks
2016-02-19 08:06:14 +05:30
Henne Vogelsang
75b4143bc4
Update factory_girl, silence deprecation warnings
2016-02-08 13:35:31 +01:00
Stella Rouzi
f840f2b3f0
Rooms belong to venue
2016-02-06 17:43:51 +01:00
Stella Rouzi
444356fbc7
Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels
2016-02-06 17:42:51 +01:00
Stella Rouzi
ecef151f91
API with more options, includes #712
2016-01-21 21:49:48 +02:00
chrisbr
23664119bd
Implement simplified commercials workflow
...
It's now possible to simply enter the url of the third party provider to enter a commercial.
2016-01-21 19:41:12 +01:00
Stella Rouzi
355ecc0ac6
Introduce strong parameters
2015-12-23 11:36:50 +02:00
raluka
aa1ff51b58
small changes
2015-09-17 12:13:21 +02:00
raluka
35714f350e
Issue#15: Added Comment Notifications: notification_emails and comments view
2015-09-17 12:13:21 +02:00