Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #21788 from amitsuroliya/doc_fixes | Xavier Noria | 2015-09-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix proper fonts in `change_column_null` method docs. [ci skip] | amitkumarsuroliya | 2015-09-27 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #21784 from yui-knk/fix_reademe_rails | Godfrey Chan | 2015-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | [ci skip] Add `Active Model` to a list of independently used modules. | yui-knk | 2015-09-27 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21781 from ronakjangir47/partial_caching_test | Kasper Timm Hansen | 2015-09-26 | 1 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added test cases where collection partial cached for different key and render... | Ronak Jangir | 2015-09-26 | 1 | -0/+10 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Fix regression in inverse_of on through associations | eileencodes | 2015-09-26 | 6 | -14/+39 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #21779 from amitsuroliya/typo_fix | Claudio B. | 2015-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix typo in configuration test descritive > descriptive [ci skip] | amitkumarsuroliya | 2015-09-26 | 1 | -1/+1 | |
* | | | | | | Merge pull request #21778 from amitsuroliya/correct_argument_error | Abdelkader Boudih | 2015-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Correcting `ActiveRecord::DangerousAttributeError` error message [ci skip] | amitkumarsuroliya | 2015-09-26 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21777 from aditya-kapoor/minor-time-fix | Abdelkader Boudih | 2015-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | minor typo fix [ci skip] | Aditya Kapoor | 2015-09-26 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #21775 from amitsuroliya/fix_column_alias_for | Rafael Mendonça França | 2015-09-26 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | `column_alias_for` method is no more supporting *keys [ci skip] | amitkumarsuroliya | 2015-09-26 | 1 | -1/+0 | |
* | | | | | Merge pull request #21431 from ojab/master | Rafael Mendonça França | 2015-09-26 | 2 | -1/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | Handle nested fields_for by adding indexes to record_name | ojab | 2015-08-30 | 2 | -1/+29 | |
* | | | | | | Merge pull request #21774 from amitsuroliya/fix_predicate_builder | Rafael Mendonça França | 2015-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Fix `ActiveRecord::PredicateBuilder` docs. as `register_handler` no more Clas... | amitkumarsuroliya | 2015-09-26 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19425 from wvengen/feature/activejob-priority-master | Rafael Mendonça França | 2015-09-25 | 11 | -6/+132 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 11 | -6/+132 | |
* | | | | | | Merge pull request #18303 from maurogeorge/collection_radio_buttons_hidden_field | Rafael Mendonça França | 2015-09-25 | 7 | -36/+103 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Regression test on CollectionCheckBoxes to accept `include_hidden` | Mauro George | 2015-09-24 | 1 | -0/+7 | |
| * | | | | | | Add a hidden field on the collection_radio_buttons | Mauro George | 2015-09-24 | 7 | -36/+96 | |
* | | | | | | | Merge pull request #21767 from ronakjangir47/missing_transform_values_test | Rafael Mendonça França | 2015-09-25 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Added missing tests for transform_values! which returns Enumerator without bl... | Ronak Jangir | 2015-09-26 | 1 | -0/+12 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #21773 from amitsuroliya/marked_as_readonly | Rafael Mendonça França | 2015-09-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Correcting `ActiveRecord::ReadOnlyRecord` Error Message [ci skip] | amitkumarsuroliya | 2015-09-26 | 1 | -1/+1 | |
* | | | | | | | | nodoc the mutation trackers | Rafael Mendonça França | 2015-09-25 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #21771 from ronakjangir47/missing_transform_keys_test | Rafael Mendonça França | 2015-09-25 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Added missing tests for transform_keys! which returns Enumerator without block | Ronak Jangir | 2015-09-26 | 1 | -0/+12 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mime | Rafael Mendonça França | 2015-09-25 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix Mime type in doc since mime types via constants is deprecated [ci skip] | Gaurav Sharma | 2015-09-26 | 2 | -4/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | inherit from our AbstractStore | Aaron Patterson | 2015-09-25 | 1 | -5/+1 | |
* | | | | | | | pull the flash methods in to their own module | Aaron Patterson | 2015-09-25 | 2 | -34/+41 | |
* | | | | | | | make sure flash middleware is required | Aaron Patterson | 2015-09-25 | 1 | -0/+1 | |
* | | | | | | | commit the flash after the controller finishes being serviced | Aaron Patterson | 2015-09-25 | 3 | -25/+17 | |
* | | | | | | | move flash committing to the request object. | Aaron Patterson | 2015-09-25 | 2 | -12/+16 | |
* | | | | | | | Merge pull request #21766 from amitsuroliya/missing_breaket | Eileen M. Uchitelle | 2015-09-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | docs, add missing closing bracket. [ci skip] | amitkumarsuroliya | 2015-09-25 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #21770 from pratik96/human | Arthur Nogueira Neves | 2015-09-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fixed humane -> human [ci skip] | Pratik | 2015-09-26 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21738 from cllns/remove-to_s-from-example | Eileen M. Uchitelle | 2015-09-25 | 1 | -19/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove to_s example | Sean Collins | 2015-09-24 | 1 | -19/+1 | |
* | | | | | | | `validates_acceptance_of` shouldn't require a database connection | Sean Griffin | 2015-09-25 | 3 | -4/+67 | |
* | | | | | | | Merge pull request #21758 from yui-knk/fix_sanitize_test_example | Eileen M. Uchitelle | 2015-09-25 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Quote prepared statements of `sanitize_sql_array` | yui-knk | 2015-09-25 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #21759 from amitsuroliya/mime_deprecation | Kasper Timm Hansen | 2015-09-25 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix deprecated mime types via constants | amitkumarsuroliya | 2015-09-25 | 1 | -5/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Don't assert fractional seconds can be applied on unsupported adapters | Sean Griffin | 2015-09-24 | 1 | -0/+1 |