aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Regression test on CollectionCheckBoxes to accept `include_hidden`Mauro George2015-09-241-0/+7
| * | | | Add a hidden field on the collection_radio_buttonsMauro George2015-09-247-36/+96
* | | | | Merge pull request #21767 from ronakjangir47/missing_transform_values_testRafael Mendonça França2015-09-251-0/+12
|\ \ \ \ \
| * | | | | Added missing tests for transform_values! which returns Enumerator without bl...Ronak Jangir2015-09-261-0/+12
| | |_|_|/ | |/| | |
* | | | | Merge pull request #21773 from amitsuroliya/marked_as_readonlyRafael Mendonça França2015-09-251-1/+1
|\ \ \ \ \
| * | | | | Correcting `ActiveRecord::ReadOnlyRecord` Error Message [ci skip]amitkumarsuroliya2015-09-261-1/+1
* | | | | | nodoc the mutation trackersRafael Mendonça França2015-09-251-2/+2
|/ / / / /
* | | | | Merge pull request #21771 from ronakjangir47/missing_transform_keys_testRafael Mendonça França2015-09-251-0/+12
|\ \ \ \ \
| * | | | | Added missing tests for transform_keys! which returns Enumerator without blockRonak Jangir2015-09-261-0/+12
| |/ / / /
* | | | | Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mimeRafael Mendonça França2015-09-252-4/+4
|\ \ \ \ \
| * | | | | fix Mime type in doc since mime types via constants is deprecated [ci skip]Gaurav Sharma2015-09-262-4/+4
| |/ / / /
* | | | | inherit from our AbstractStoreAaron Patterson2015-09-251-5/+1
* | | | | pull the flash methods in to their own moduleAaron Patterson2015-09-252-34/+41
* | | | | make sure flash middleware is requiredAaron Patterson2015-09-251-0/+1
* | | | | commit the flash after the controller finishes being servicedAaron Patterson2015-09-253-25/+17
* | | | | move flash committing to the request object.Aaron Patterson2015-09-252-12/+16
* | | | | Merge pull request #21766 from amitsuroliya/missing_breaketEileen M. Uchitelle2015-09-251-1/+1
|\ \ \ \ \
| * | | | | docs, add missing closing bracket. [ci skip]amitkumarsuroliya2015-09-251-1/+1
| |/ / / /
* | | | | Merge pull request #21770 from pratik96/humanArthur Nogueira Neves2015-09-251-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed humane -> human [ci skip]Pratik2015-09-261-1/+1
|/ / / /
* | | | Merge pull request #21738 from cllns/remove-to_s-from-exampleEileen M. Uchitelle2015-09-251-19/+1
|\ \ \ \
| * | | | Remove to_s exampleSean Collins2015-09-241-19/+1
* | | | | `validates_acceptance_of` shouldn't require a database connectionSean Griffin2015-09-253-4/+67
* | | | | Merge pull request #21758 from yui-knk/fix_sanitize_test_exampleEileen M. Uchitelle2015-09-251-4/+4
|\ \ \ \ \
| * | | | | Quote prepared statements of `sanitize_sql_array`yui-knk2015-09-251-4/+4
* | | | | | Merge pull request #21759 from amitsuroliya/mime_deprecationKasper Timm Hansen2015-09-251-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix deprecated mime types via constantsamitkumarsuroliya2015-09-251-5/+5
|/ / / / /
* | | | | Don't assert fractional seconds can be applied on unsupported adaptersSean Griffin2015-09-241-0/+1
* | | | | Apply subsecond precision on assignment when using TZ aware attributesSean Griffin2015-09-241-1/+1
* | | | | Remove debug statementsSean Griffin2015-09-241-4/+1
* | | | | build the Set-Cookie header functionallyAaron Patterson2015-09-241-5/+18
* | | | | move the Header hash to the super classAaron Patterson2015-09-242-28/+24
* | | | | mutate headers before committing the responseAaron Patterson2015-09-241-2/+8
* | | | | Add a few debug statements to figure out the build failureSean Griffin2015-09-241-0/+3
* | | | | We still need to reset `@changed_attributes` in `changes_applied`Sean Griffin2015-09-241-0/+2
* | | | | Improve the performance of `save` and friendsSean Griffin2015-09-243-4/+41
* | | | | Encapsulate a lot of the logic from `Dirty` in an objectSean Griffin2015-09-243-25/+65
* | | | | Clean up the implementation of AR::DirtySean Griffin2015-09-2413-89/+114
* | | | | Merge pull request #21754 from lucasmazza/lm-assert-differenceRafael Mendonça França2015-09-243-2/+23
|\ \ \ \ \
| * | | | | Make `assert_difference` return the result of the yielded block.Lucas Mazza2015-09-243-2/+23
* | | | | | Merge pull request #21753 from jonatack/fix-typo-in-ignored_columns_testRafael Mendonça França2015-09-241-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo in ignored_columns test [skip ci]Jon Atack2015-09-241-1/+1
|/ / / / / /
* | | | | | Merge pull request #21720 from byroot/ignore-columnsSean Griffin2015-09-245-1/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Implement ActiveRecord::Base.ignored_columnsJean Boussier2015-09-245-1/+37
|/ / / / /
* | | | | Merge pull request #21550 from didacte/unscope-associationsSean Griffin2015-09-243-1/+26
|\ \ \ \ \
| * | | | | Include association's `unscope` when preloadingJimmy Bourassa2015-09-092-1/+22
* | | | | | Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bugSean Griffin2015-09-242-1/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix a bug with returning_disabled when using the postgresql adapterGeorge Deglin2015-09-202-1/+16
* | | | | | Merge pull request #21746 from amitsuroliya/doc_fixesKasper Timm Hansen2015-09-242-3/+3
|\ \ \ \ \ \
| * | | | | | Improve readability of docs by using code tag [ci skip]amitkumarsuroliya2015-09-242-3/+3
|/ / / / / /