Henne Vogelsang
ddcd8dfc69
Drop Rails.application.secrets usage
...
That feature is gone and we already use environment variables...
https://github.com/rails/rails/pull/47801
2025-08-12 17:27:25 +02:00
Henne Vogelsang
df0b9ab356
Replace flash helper with "within"
...
So we can't forget to find "#flash" on the page ever again...
2025-08-06 13:11:48 +02:00
Henne Vogelsang
e873c99b2a
Skip broken ticket purchase spec
...
We are going to drop this feature soon, no idea why it fails.
2024-09-30 16:18:02 +02:00
James Mason
1b9a12746d
Fix up test failures in Chrome & Firefox
2018-11-19 08:40:55 -08:00
James Mason
6d31dfeef4
Add frozen_string_literal magic comment
...
re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
2018-05-09 06:54:26 -07:00
rishabhptr
568d89b620
Changed physical_ticket to plural
2017-10-02 09:53:10 +03:00
siddhantbajaj
27bf79996d
One user one registration ticket
...
A user cannot have more than one registration ticket per conference.
2017-09-04 03:14:24 +05:30
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
Rishabh Saxena
b36d4e98e2
ticket_purchase_controller: free ticket routing
2016-12-20 17:21:49 +05:30
Rishabh Saxena
b28be23284
spec/ticket: add tests for purchasing free tickets
2016-12-20 17:21:49 +05:30
Rishabh Saxena
d1c0c7d97a
registration#delete: retain ticket purchases
2016-09-26 20:57:11 +05:30
Rishabh Saxena
4152cb242c
run stripe feature test only if key is set
2016-08-17 23:57:40 +05:30
Rishabh Saxena
cc09dd76ba
support/external_request: only allow stripe
2016-08-17 12:25:49 +05:30
Rishabh Saxena
43ac7742a1
travis: provide Stripe API keys
2016-08-16 23:01:28 +05:30
Rishabh Saxena
75e11223d2
spec/feature: add stripe integration tests
2016-08-16 00:46:11 +05:30
Rishabh Saxena
6bd2e5e335
refactor tests
2016-08-15 10:59:36 +05:30
Rishabh Saxena
a78804b94d
add more tests to check Stripe exceptions
2016-08-15 10:59:36 +05:30
Rishabh Saxena
a5bb038f61
modify tests for changed payment flow
2016-08-15 10:59:34 +05:30
Arun Kumar
0675572e05
Modify conference registration to a singular resource
2016-07-05 01:15:32 +05:30
Henne Vogelsang
73ce49de25
Use dynamic fake data in the spec
2016-05-02 16:06:32 +02:00
Henne Vogelsang
d13efa5f52
Various small fixes for the participant UI
2014-12-05 16:04:34 +01:00
Stella Rouzi
bb731aec00
tickets controller fix message
2014-09-02 23:28:23 +03:00
Chrisbr
5f8a8ac6d9
Refactoring Tickets
...
- Tickets now independent from registration
- Implemented money gem
#419
2014-08-28 15:21:05 +02:00