Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Ensure `config.active_record.time_zone_aware_types` is always set | Sean Griffin | 2016-01-07 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #22942 from Edouard-chin/rake-routes-error-message | Kasper Timm Hansen | 2016-01-07 | 3 | -7/+64 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Better error message when running `rake routes` with CONTROLLER arg: | Edouard CHIN | 2016-01-07 | 3 | -7/+64 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root | Kasper Timm Hansen | 2016-01-07 | 1 | -21/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Kept overridden root method and removed original method | Prathamesh Sonpatki | 2016-01-07 | 1 | -21/+21 | |
* | | | | | | | | | Merge pull request #22956 from prathamesh-sonpatki/rm-splat-warning | Kasper Timm Hansen | 2016-01-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove splat operator warning from ssl_test | Prathamesh Sonpatki | 2016-01-07 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #22949 from schneems/schneems/request-id | David Heinemeier Hansson | 2016-01-07 | 2 | -1/+19 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Default new apps to tag logs with `request_id` | schneems | 2016-01-06 | 2 | -1/+19 | |
* | | | | | | | | | | Merge pull request #22903 from prathamesh-sonpatki/allow-ac-parameters-hash-a... | Rafael França | 2016-01-07 | 3 | -2/+40 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Allow AC::Parameters as an argument to url_helpers | Prathamesh Sonpatki | 2016-01-07 | 3 | -2/+40 | |
* | | | | | | | | | | | Merge pull request #22954 from yui-knk/suppress_warning_on_action_view | Rafael França | 2016-01-07 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Suppress warning (instance variable @persisted not initialized) | yui-knk | 2016-01-07 | 1 | -0/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #22952 from Baron-burton/contributing_documentation | Rafael França | 2016-01-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Typo in Contributing.md documentation | Baron-burton | 2016-01-06 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #22948 from kamipo/remove_delete_sql_in_sqlite3_adapter | Rafael França | 2016-01-06 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove `delete_sql` in sqlite3 adapter | Ryuta Kamizono | 2016-01-07 | 1 | -5/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22945 from kamipo/refactor_connection_insert_sql | Rafael França | 2016-01-06 | 4 | -35/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Refactor `connection.insert_sql` | Ryuta Kamizono | 2016-01-07 | 4 | -35/+10 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22933 from schneems/schneems/fix-broadcast | Richard Schneeman | 2016-01-06 | 6 | -50/+48 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unused instance variable | schneems | 2016-01-06 | 1 | -1/+0 | |
| * | | | | | | | | | [close #22917] Don't output to `STDOUT` twice | schneems | 2016-01-06 | 4 | -7/+29 | |
| * | | | | | | | | | Revert "Add Logger option to disable message broadcasts" | schneems | 2016-01-05 | 3 | -45/+22 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #22941 from lsylvester/pg-remove-index-legacy | Matthew Draper | 2016-01-07 | 2 | -2/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix remove_index for postgresql when running legacy migrations | Lachlan Sylvester | 2016-01-06 | 2 | -2/+19 | |
* | | | | | | | | | | Merge pull request #22940 from lsylvester/activemodel-depends-on-builder-but-... | Matthew Draper | 2016-01-07 | 2 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | remove activemodel dependency on builder | Lachlan Sylvester | 2016-01-06 | 2 | -3/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22939 from y-yagi/make_generated_controller_test_file_wor... | Rafael França | 2016-01-06 | 3 | -1/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | make generated controller test work correctly | yuuji.yaginuma | 2016-01-06 | 3 | -1/+14 | |
* | | | | | | | | | | Merge pull request #22921 from prathamesh-sonpatki/fix-add-reference | Rafael França | 2016-01-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Autoload ReferenceDefinition class in abstract adapter so that it can be used... | Prathamesh Sonpatki | 2016-01-05 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methods | Rafael Mendonça França | 2016-01-06 | 3 | -10/+53 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add short-hand methods for text and blob types in MySQL | Ryuta Kamizono | 2016-01-05 | 3 | -10/+53 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #22275 from mastahyeti/per-form-csrf | Rafael França | 2016-01-06 | 9 | -18/+253 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 9 | -18/+253 | |
* | | | | | | | | | | | | Merge pull request #22938 from sblackstone/master | Rafael França | 2016-01-06 | 2 | -1/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Provide a better error message if a user mistypes the name of script with runner | Stephen Blackstone | 2016-01-05 | 2 | -1/+17 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Move CHANGELOG entry to Active Record | Rafael Mendonça França | 2016-01-05 | 2 | -5/+5 | |
* | | | | | | | | | | | | Merge pull request #20544 from Envek/fix_utc_offset_for_time_attributes | Rafael França | 2016-01-05 | 3 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Take UTC offset into account when assigning string value to time attribute. | Andrey Novikov | 2016-01-05 | 3 | -1/+9 | |
* | | | | | | | | | | | | | Merge pull request #22920 from kamipo/fix_connection_create | Rafael França | 2016-01-05 | 5 | -9/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix `connection#create` in PG adapter | Ryuta Kamizono | 2016-01-05 | 5 | -9/+13 | |
* | | | | | | | | | | | | | Prefer inspect over escaping and sorround by quote marks | Santiago Pastorino | 2016-01-05 | 1 | -3/+1 | |
* | | | | | | | | | | | | | Add Html template handler that wraps Raw output in an OutputBuffer | Santiago Pastorino | 2016-01-05 | 5 | -2/+21 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #22922 from vhf/add_fpb_back | Claudio B | 2016-01-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [ci skip] Update doc/resource link removed by #21211 | Victor Felder | 2016-01-05 | 1 | -0/+1 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #22927 from jmgcrespo/jmgcrespo-patch-1 | Claudio B | 2016-01-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add job suffix to sample's job file name | Manu | 2016-01-05 | 1 | -2/+2 | |
|/ / / / / / / / / / / | ||||||
* | | / / / / / / / / | :scissors: Unnecessary spacing in the generated code | Akira Matsuda | 2016-01-05 | 1 | -1/+1 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #22896 from kamipo/fix_unsigned_and_blob_or_text_column | Rafael França | 2016-01-04 | 3 | -5/+16 | |
|\ \ \ \ \ \ \ \ \ \ |