Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Close form_for tag in FormHelper API docs | Alex Muller | 2017-04-13 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* / / / / / | :scissors: | Ryuta Kamizono | 2017-04-13 | 7 | -7/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28726 from matthewd/transaction-locking | Matthew Draper | 2017-04-13 | 3 | -52/+70 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add comprehensive locking around DB transactions | Matthew Draper | 2017-04-11 | 3 | -52/+70 | |
* | | | | | | Merge pull request #28712 from kamipo/tweaks_28678 | Andrew White | 2017-04-12 | 1 | -4/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Tweaks #28678 | Ryuta Kamizono | 2017-04-09 | 1 | -4/+5 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #28740 from matthewd/old-postgres | Matthew Draper | 2017-04-13 | 6 | -22/+33 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Use a query that's compatible with PostgreSQL 9.2 | Matthew Draper | 2017-04-12 | 6 | -22/+33 | |
|/ / / / / | ||||||
* | | | | | Move CHANGELOG.md entry from Active Support to Action Pack | Jon Moss | 2017-04-11 | 2 | -13/+13 | |
* | | | | | :scissors: | Rafael Mendonça França | 2017-04-11 | 1 | -1/+1 | |
* | | | | | Merge pull request #28731 from y-yagi/fix_rubocop_violations | Rafael França | 2017-04-11 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix rubocop violations | yuuji.yaginuma | 2017-04-12 | 2 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28402 from jules2689/action-controller-api-base-hooks | Rafael França | 2017-04-11 | 4 | -1/+127 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add Documentation for Active Support On Load Hooks | Julian Nadeau | 2017-04-10 | 1 | -0/+112 | |
| * | | | | | Add action_controller_api, action_controller_base on_load hook | Julian Nadeau | 2017-04-10 | 3 | -1/+15 | |
* | | | | | | Merge pull request #28729 from matthewd/dont-freeze-inputs | Matthew Draper | 2017-04-12 | 2 | -3/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't freeze input strings | Matthew Draper | 2017-04-12 | 2 | -3/+17 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #28722 from DmytroVasin/rails-ujs-default-url | Rafael França | 2017-04-11 | 2 | -22/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Set current page as default for ajax requests | Dmytro Vasin | 2017-04-11 | 2 | -22/+46 | |
* | | | | | | | Merge pull request #28728 from dskecse/update-documentation-on-routing | Rafael França | 2017-04-11 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update routing doc on the `get` `to:` option [ci skip] | Dzianis Dashkevich | 2017-04-11 | 1 | -2/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #28721 from koic/oracle_does_not_support_limit_clause | Rafael França | 2017-04-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix an AR test of relations_test when using Oracle | Koichi ITO | 2017-04-11 | 1 | -1/+1 | |
* | | | | | | | Remove link to rack.github.io | Jon Moss | 2017-04-10 | 1 | -2/+0 | |
* | | | | | | | Small grammar fixes | Jon Moss | 2017-04-10 | 1 | -3/+6 | |
* | | | | | | | Pluralize callback | Jon Moss | 2017-04-10 | 1 | -1/+3 | |
* | | | | | | | Merge pull request #28680 from vishalzambre/callback_doc_update | Jon Moss | 2017-04-10 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | [ci skip] documented issue related before_destroy | vishalzambre | 2017-04-10 | 1 | -0/+2 | |
* | | | | | | | Implement `fetch_values` for HashWithIndifferentAccess (#28316) | Josh Pencheon | 2017-04-10 | 3 | -0/+31 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | exclude ORDER BY clause for exists? (#28699) | Boris Slobodin | 2017-04-10 | 2 | -1/+6 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #28713 from kamipo/expose_queries_for_association_queries | Matthew Draper | 2017-04-10 | 2 | -48/+44 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Expose `queries` for `AssociationQueryValue` and `PolymorphicArrayValue` | Ryuta Kamizono | 2017-04-09 | 2 | -21/+25 | |
| * | | | | Avoid to handle polymorphic association for `AssociationQueryHandler` | Ryuta Kamizono | 2017-03-28 | 2 | -29/+21 | |
* | | | | | delegate_missing_to should fall back to super | Matthew Draper | 2017-04-09 | 2 | -1/+23 | |
* | | | | | delegate_to_missing doesn't delegate private methods | Matthew Draper | 2017-04-09 | 2 | -1/+14 | |
* | | | | | Merge pull request #28697 from y-yagi/remove_duplicated_delivery_method_defin... | Kasper Timm Hansen | 2017-04-09 | 1 | -1/+0 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Remove duplicated `delivery_method` definition | yuuji.yaginuma | 2017-04-07 | 1 | -1/+0 | |
| | |_|/ | |/| | | ||||||
* | | | | Add text to "Upgrading to Rails 5.1" | Jon Moss | 2017-04-08 | 1 | -1/+8 | |
* | | | | Add scaffolding for different sections in 5.1 release notes | Jon Moss | 2017-04-08 | 1 | -0/+48 | |
* | | | | Merge pull request #28678 from hedgesky/use_formatted_number_as_schema_version | Rafael França | 2017-04-08 | 1 | -1/+9 | |
|\ \ \ \ | ||||||
| * | | | | use formatted number as schema version | Anton Chuchkalov | 2017-04-05 | 1 | -1/+9 | |
* | | | | | Merge pull request #28705 from kamipo/extract_construct_relation_for_exists | Rafael França | 2017-04-08 | 2 | -17/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | Extract `construct_relation_for_exists` in `FinderMethods` | Ryuta Kamizono | 2017-04-09 | 1 | -12/+15 | |
| * | | | | | More exercise `exists?` tests | Ryuta Kamizono | 2017-04-08 | 1 | -5/+18 | |
* | | | | | | Drop the "Sanity Check" contributing step | Matthew Draper | 2017-04-09 | 1 | -10/+0 | |
* | | | | | | Remove mentions and instructions for docrails | Matthew Draper | 2017-04-09 | 2 | -18/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28692 from kmcphillips/master | Rafael França | 2017-04-07 | 3 | -4/+49 | |
|\ \ \ \ \ | ||||||
| * | | | | | Passing in no arguments to the dynamic fixture accessor method returns all fi... | Kevin McPhillips | 2017-04-07 | 3 | -4/+49 | |
* | | | | | | Spaces | Rafael Mendonça França | 2017-04-07 | 1 | -0/+1 | |
* | | | | | | More :scissors: | Rafael Mendonça França | 2017-04-07 | 1 | -1/+1 |