summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
...
* Remove unnecessary "all" method from search clause.Heiko Bernloehr2017-03-15-2/+1
|
* Add Vim swap files to git ignore.Heiko Bernloehr2017-03-15-0/+5
|
* Initial exceptions.rbHeiko Bernloehr2017-03-15-0/+29
|
* Add new gems.Heiko Bernloehr2017-03-15-0/+8
|
* Initial schema.rbHeiko Bernloehr2017-03-15-0/+146
|
* TODO Optimistic database lockingHeiko Bernloehr2017-03-15-0/+1
|
* Adjust controllers.Heiko Bernloehr2017-03-15-6/+2
|
* Adjust test code.Heiko Bernloehr2017-03-15-236/+309
|
* Remove two tests.Heiko Bernloehr2017-03-14-18/+0
| | | | | | | Removed two tests from message controller tests, because message creation without Content-Type header is prevented through framework (default value "application/x-www-form-urlencoded") and without body is allowed.
* Initial test.Heiko Bernloehr2017-03-11-4/+2196
|
* Fix forms.Heiko Bernloehr2017-03-11-18/+53
|
* Fix reloading routes.Heiko Bernloehr2017-03-11-1/+2
|
* Lazy evaluation of ActiveRecord::Relation.Heiko Bernloehr2017-03-11-3/+13
|
* Replace undefined method #returning.Heiko Bernloehr2017-03-11-7/+4
|
* Change key test on request.headers.Heiko Bernloehr2017-03-11-1/+2
| | | | | app.request.headers.has_key?("SCRIPT_NAME") => NoMethodError: undefined method `has_key?' for #<ActionDispatch::Http::Headers:0x000000050236e0>
* Strong parameters.Heiko Bernloehr2017-03-11-8/+73
|
* Delete json/rails module (obsolete in Rails 4).Heiko Bernloehr2017-03-08-17/+12
|
* Delete verify http methods code.Heiko Bernloehr2017-03-08-37/+25
|
* Change find expression to Arel syntax.Heiko Bernloehr2017-03-08-7/+6
|
* Change find(:all) to Arel syntax.Heiko Bernloehr2017-03-08-4/+4
|
* Webcache code (stale?, fresh_when) deleted.Heiko Bernloehr2017-03-08-22/+3
|
* Fixed Action link in participant view list template.Heiko Bernloehr2017-03-08-8/+8
|
* Change Event scopes to Arel syntax.Heiko Bernloehr2017-03-08-8/+12
|
* Change find(:all) to Arel syntax.Heiko Bernloehr2017-03-08-8/+8
|
* Change layout to include new stylesheet and javascript tags.Heiko Bernloehr2017-03-08-2/+4
|
* Add assets.Heiko Bernloehr2017-03-08-0/+525
|
* Add simple-navigation config file.Heiko Bernloehr2017-03-08-0/+27
|
* Changed queries in model scopes to Arel syntax.Heiko Bernloehr2017-03-07-56/+54
|
* Initial helpers.Heiko Bernloehr2017-03-07-0/+320
|
* Initial views.Heiko Bernloehr2017-03-07-10/+1740
|
* Initial controllers.Heiko Bernloehr2017-03-07-3/+1381
|
* Routes.Heiko Bernloehr2017-03-02-68/+26
|
* Strip spaces.Heiko Bernloehr2017-03-01-27/+27
|
* Fix order.Heiko Bernloehr2017-03-01-25/+25
|
* Fix named_scope.Heiko Bernloehr2017-03-01-24/+24
|
* Delete named_scope for_subparticipants.Heiko Bernloehr2017-03-01-1/+0
|
* Fix order.Heiko Bernloehr2017-03-01-1/+1
|
* Initial models.Heiko Bernloehr2017-03-01-0/+1239
|
* WIP routes.Heiko Bernloehr2017-03-01-0/+105
|
* New seeds.Heiko Bernloehr2017-03-01-5/+36
|
* Add pg gem.Heiko Bernloehr2017-03-01-0/+3
|
* Initial migrations.Heiko Bernloehr2017-03-01-0/+729
|
* Initial config files.Heiko Bernloehr2017-03-01-16/+73
|
* Initial commit.Heiko Bernloehr2017-03-01-0/+896