Rishabh Saxena
223a0eead9
delete unused methods, add feature tests
2016-07-15 02:46:31 +05:30
Rishabh Saxena
9b704e483e
modify tests
2016-07-14 19:09:39 +05:30
Rishabh Saxena
07c9aee7cc
remove 'paid' argument in testing function calls
2016-07-11 23:34:02 +05:30
Rishabh Saxena
888c7a8524
use short-form presence validator.
...
use two-argument form.
add unpaid scope.
repair tests.
2016-07-11 23:34:02 +05:30
Rishabh Saxena
893f517ab0
pass paid value as hash, improve code reviews
2016-07-11 23:34:01 +05:30
Rishabh Saxena
38ae24c6b3
add more tests
2016-07-11 23:34:00 +05:30
Rishabh Saxena
ee71456060
improve tests[WIP]
2016-07-11 23:34:00 +05:30
Aditya Prakash
ebd01f064a
Tests for ticket model
...
Change in error message of validation cause previously it was:
"Price currency Currency is different.."
`paid?` method returned true even when `ticket_purchases` is empty for
a given user.
2016-03-06 17:37:06 +05:30
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
5f8a8ac6d9
Refactoring Tickets
...
- Tickets now independent from registration
- Implemented money gem
#419
2014-08-28 15:21:05 +02:00