Siddhant Bajaj
5c56683ae8
Introduced Physical Ticket
...
Added PhysicalTicket model and controller. It holds the information about each physical ticket bought at the purchase. Physical Tickets are created after every successfull payment.
2017-06-22 19:50:55 +05:30
Eugene Dubinin
1c38b091cc
Fixes for PostreSQL support
2017-06-20 15:49:15 +03:00
mdeniz
ebe1ca374d
Fix the Travis failure in the last PR about axlsx dependencies
2017-06-09 14:41:51 +02:00
Agrim Mittal
605a1a9c5f
Add haml-lint gem
...
Added haml_lint gem v0.24.0
2017-04-26 18:27:20 +05:30
Agrim Mittal
c27ab2d4a9
update to rubocop v0.48.1
...
Updated other gems(nokogiri rails-dom-testing) to be able to update rubocop
2017-04-20 14:58:00 +05:30
Eugene Dubinin
790e2fd3a2
implement manual event management and support for multiple speakers per event
2017-04-13 17:15:21 +03:00
gotens1211
c1b81755c9
Implementing Countable.js to count words.
...
Changed the words_count method to work with countable.js
Added the gem for countable.js
2017-03-01 19:15:19 +05:30
shlok007
9ace40d9fc
using sprockets-rails instead of quiet-assets
2016-08-27 19:40:53 -04:00
Hernan Schmidt
4d6868d9bb
Fix conference serializer spec to work with MySQL
2016-08-18 18:34:50 +02:00
Rishabh Saxena
5c21d1c4d9
add Payment#purchase tests
2016-08-15 10:59:35 +05:30
Rishabh Saxena
b639d2eec5
add stripe-gem and payment schema
2016-08-15 10:59:33 +05:30
Ana
0e9b8b598f
Use jquery-ui-rails gem
2016-08-11 15:11:27 +02:00
Ana
6c87995050
Configure language of events
2016-06-03 14:09:37 +02:00
Henne Vogelsang
436aebfec0
Move factory_girl_rails out of groups too
2016-05-02 17:08:20 +02:00
Henne Vogelsang
737a9d4808
Add faker gem, don't require rubocop
2016-04-29 17:21:20 +02:00
Henne Vogelsang
d79a9b6fc1
Make use of dotenv
2016-04-29 16:37:48 +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
a852a3b4a5
Protect us from too large images
2016-04-27 17:55:24 +02:00
Henne Vogelsang
e3c457267c
Also require mini_magick for image manipulation
2016-04-27 17:40:23 +02:00
Henne Vogelsang
d55d206b93
Switch to carrierwave for upload management
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
Henne Vogelsang
80f63c7263
Switch back to leaflet-rails
...
The rails-assets version has too many issues with the asset pipeline
2016-04-01 16:15:52 +02:00
Shriyansh
70b8fca197
Made use of Rails I18n data format in EventSerializer #598
2016-03-27 20:03:33 +05:30
Henne Vogelsang
9c2ef19741
Don't require support/external_request from rake tasks
...
If we require this we're requiring everything that
support/external_request requires for production.
2016-03-09 13:34:54 +01:00
Henne Vogelsang
fd8dbfe7a7
Fix autloading of webmock/rspec in production
...
Autoload apparently also load spec/ which requires
webmock/rspec which was not installed in production
2016-03-09 12:03:27 +01:00
Nishanth Vijayan
f713d1eac5
Check installed Bundler version
2016-03-08 21:14:44 +05:30
Nishanth Vijayan
34e8dade05
Enforce min bundler version required by rails-assets
2016-03-08 19:20:35 +05:30
Nishanth Vijayan
64b825cebe
Fix markdown editors bug #811 using asset gem.
2016-03-08 16:50:30 +05:30
Christian Bruckmayer
d5f138b3dc
Update country_select gem
...
and removed git repository from Gemfile. Caused bundle install error in vagrant box.
2016-03-07 18:28:14 +01: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
6301072484
Add webmock for external requests in tests
...
external_request.rb needs to be required before lint is run.
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
Christian Bruckmayer
dace1037bd
Merge pull request #776 from sonalkr132/deprecation
...
Follow up on update of rails and activeuuid
2016-02-29 11:40:05 +01:00
Aditya Chatterjee
f57edd1e35
Deleted d3_rails gem
2016-02-27 18:01:38 +05:30
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
Henne Vogelsang
09ec76a130
Switch javascript assets to rails-assets.org
2016-02-08 13:53:06 +01:00
Christian Bruckmayer
9e9c536946
Update rails to version 4.2
...
Furthermore it was necessary to add the following gems:
- responders
- web-console
And additional it was necessary to update these gems manually:
- devise
- turbolinks
- delayed_job_active_record
- money-rails
And the corresponding dependencies.
http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-4-1-to-rails-4-2
2016-01-26 10:04:08 +01: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
Andrew Kvalheim
e593c1d1fb
Apply recommendation from thoughtbot/shoulda-matchers@a5623e7 .
2015-10-14 09:26:36 -07:00
Stella Rouzi
e6bb168c5e
Refactoring of proposal workflow. Fixes #215
2015-04-16 18:37:31 +03:00
Stella Rouzi
a845dd5d7d
add bootstrap-switch for is_highlight
2015-01-21 17:28:18 +02:00
Henne Vogelsang
60bb00b88e
Fix glyphicons, suse-icon and remove unused fonts
2014-11-27 14:47:00 +01:00
Henne Vogelsang
cb227a0afc
Another round of splash design
...
* Add map to splash
* Reverse venue<->conference relation
* Split venue address into fields
* Don't go through venue for lodgings anymore
2014-11-20 15:39:26 +01:00
Henne Vogelsang
f2cdea4f1a
Integrate the splash page into the general layout
...
* Cleanup the CSS
* Fix more views then you have fingers and toes
* Introduce position(weight) for sponsor levels
* Fix bootstrap/datatable integration
2014-11-17 13:58:27 +01:00
Henne Vogelsang
796d063eda
Implements piwik tracking
2014-11-12 10:45:44 +01:00
chrisbr
49d565def2
Implements iChain authentication
2014-11-04 17:42:47 +01:00
Chrisbr
5f8a8ac6d9
Refactoring Tickets
...
- Tickets now independent from registration
- Implemented money gem
#419
2014-08-28 15:21:05 +02:00
Chrisbr
d21e19b977
Big refactoring of registration
...
- Added datatable gem
- Addaed datatable to events, users (#422 ), registrations
2014-08-22 15:08:54 +02:00