summaryrefslogtreecommitdiff
path: root/engines/support
AgeCommit message (Expand)Author
2014-05-26FlashResponder will automagically add flash messagesAzul
2014-05-26move comment related tests out of TicketControllerTestAzul
2014-05-14Merge pull request #159 from azul/bugfix/5659-fix-ticket-form-submitazul
2014-05-13adjust tests to new config and method implementationAzul
2014-05-13open/close toggle and fields in different forms - fixes #5659Azul
2014-05-13prefill ticket form from the model - fixes #5657Azul
2014-05-13keep empty email field if user removed prefillAzul
2014-04-25move open and close buttons into status displayAzul
2014-04-25using simple_form for the last form that was not using it.Azul
2014-04-25simple form: add wrapped and loading... buttons #5542Azul
2014-04-25Merge pull request #148 from azul/feature/api-quota-supportazul
2014-04-24add tests for invalid ticket creationAzul
2014-04-24check user_id param for present? instead of !nil?Azul
2014-04-24let's only add the flash notice if the ticket has been createdAzul
2014-04-24return nil as auto_ticket_path for invalid ticketsAzul
2014-04-18minor fix: User#email_address not User#emailAzul
2014-04-17make use of the UnauthorizedUserAzul
2014-04-11minor: our engines do not have a db directoryAzul
2014-04-11move engines into engines directoryAzul