aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | use the content_type method on the request objectAaron Patterson2015-08-261-1/+1
* | | | ask the response for the statusAaron Patterson2015-08-261-3/+2
* | | | remove useless conditionalAaron Patterson2015-08-261-1/+1
* | | | remove useless conditionalAaron Patterson2015-08-261-1/+1
* | | | Merge pull request #21386 from ronakjangir47/remove_dupsRafael Mendonça França2015-08-264-4/+0
|\ \ \ \
| * | | | Removed duplicate require ‘models/computer’Ronak Jangir2015-08-264-4/+0
| |/ / /
* | | | Merge pull request #21336 from yui-knk/refactor/to_use_getterRafael Mendonça França2015-08-261-7/+7
|\ \ \ \
| * | | | Use `ActiveRecord::Migration#connection` instead of `@connection`yui-knk2015-08-231-7/+7
* | | | | Merge pull request #21382 from akihiro17/fix-testYves Senn2015-08-261-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix the unused variable warningakihiro172015-08-261-1/+0
|/ / / /
* | | | Merge pull request #21380 from ronakjangir47/fix_docsYves Senn2015-08-261-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed to_datetime docs [ci skip]Ronak Jangir2015-08-261-2/+3
|/ / /
* | | provide a request and response to all controllersAaron Patterson2015-08-2510-39/+49
* | | :snip: whitespaceAaron Patterson2015-08-251-2/+2
* | | Fix another rack SPEC violationAaron Patterson2015-08-251-1/+1
* | | rack SPEC doesn't allow `first` on the bodyAaron Patterson2015-08-251-8/+12
* | | move response allocation to the class levelAaron Patterson2015-08-252-8/+22
* | | adding a direct dispatch method to controller classesAaron Patterson2015-08-253-9/+13
* | | always dispatch to controllers the same wayAaron Patterson2015-08-253-7/+26
* | | always return a controller class from the `controller_class` methodAaron Patterson2015-08-252-9/+14
| |/ |/|
* | Merge pull request #21377 from ronakjangir47/remove_mocha_active_recordKasper Timm Hansen2015-08-2512-119/+153
|\ \
| * | Removed mocha from Active Record Part 1Ronak Jangir2015-08-2512-119/+153
* | | Merge pull request #21368 from rodzyn/remove_mochaKasper Timm Hansen2015-08-255-163/+209
|\ \ \
| * | | Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-255-163/+209
* | | | Merge pull request #21257 from jdantonio/async-jobKasper Timm Hansen2015-08-2513-4/+183
|\ \ \ \
| * | | | Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-2513-4/+183
* | | | | Merge pull request #21281 from ronakjangir47/added_docsRafael Mendonça França2015-08-251-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added docs for TimeWithZone [ci skip]Ronak Jangir2015-08-181-1/+10
* | | | | Merge pull request #21324 from Gaurav2728/gaurav-xml_serialization_doc_fixRafael Mendonça França2015-08-251-5/+3
|\ \ \ \ \
| * | | | | discard xml Serialization documentation that is no longer available [ci skip]Gaurav Sharma2015-08-221-5/+3
* | | | | | Merge pull request #21375 from rodzyn/unused_requiresRafael Mendonça França2015-08-251-2/+0
|\ \ \ \ \ \
| * | | | | | Remove unused requiresMarcin Olichwirowicz2015-08-251-2/+0
* | | | | | | Merge pull request #21366 from amitsuroliya/remove_unused_variableRafael Mendonça França2015-08-252-13/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove more unused block arguments amitkumarsuroliya2015-08-252-13/+13
* | | | | | | Merge pull request #21374 from rodzyn/protected_not_neededRafael Mendonça França2015-08-251-3/+1
|\ \ \ \ \ \ \
| * | | | | | | Make `assert_index` privateMarcin Olichwirowicz2015-08-251-3/+1
|/ / / / / / /
* | | | | | | Merge pull request #21345 from aditya-kapoor/trim-apRafael Mendonça França2015-08-252-6/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Trim out unneeded controllers from AP test suiteAditya Kapoor2015-08-242-6/+4
* | | | | | | Merge pull request #21372 from yui-knk/fix/revert_change_column_defaultSantiago Pastorino2015-08-252-8/+41
|\ \ \ \ \ \ \
| * | | | | | | Make `change_column_default` to workyui-knk2015-08-252-8/+41
* | | | | | | | Merge pull request #21371 from NehaGautam/neha-remove_setRafael Mendonça França2015-08-253-3/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | remove unused require ‘set’NehaGautam2015-08-253-3/+0
* | | | | | | | | Fix a tiny typo [ci skip]Robin Dupret2015-08-251-1/+2
* | | | | | | | | A quick pass over the testing guideRobin Dupret2015-08-251-6/+11
|/ / / / / / / /
* | | | | | | | Merge pull request #21074 from vrybas/rdoc-fix-typo-belongs-to-inverse-of-cla...Robin Dupret2015-08-251-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | RDoc: fix wrong model name `:inverse_of` with `:belongs_to` [ci skip]Vladimir Rybas2015-07-301-3/+3
* | | | | | | | Merge pull request #21369 from agrimm/documentation_fix_21364Yves Senn2015-08-251-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [ci skip] Fix #21364 error in documentation about ActiveRecord::EnumAndrew Grimm2015-08-251-2/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #21094 from aditya-kapoor/add-missing-ap-testsRafael Mendonça França2015-08-251-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | add missing tests for action regexpAditya Kapoor2015-08-021-0/+10