Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-24 | let's only add the flash notice if the ticket has been created | Azul | |
2014-04-24 | return nil as auto_ticket_path for invalid tickets | Azul | |
The auto_ticket_path is referenced from the tickets_controller like this: respond_with(@ticket, :location => auto_ticket_path(@ticket)) While this only uses the location parameter when the ticket is valid it will still attampt to calculate it if not. During the create action this will lead to crashes because the ticket_path can not be calculated for a ticket without an id. This led to https://leap.se/code/issues/5552 and probably https://leap.se/code/issues/5545. | |||
2014-04-18 | minor fix: User#email_address not User#email | Azul | |
2014-04-17 | make use of the UnauthorizedUser | Azul | |
Null Pattern for current_user - use it to get rid of some conditionals | |||
2014-04-11 | minor: our engines do not have a db directory | Azul | |
2014-04-11 | move engines into engines directory | Azul | |
Also renamed help to support so it's harder to confuse it with documentation |