Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #9574 from robertomiranda/debug_helper_test | Rafael Mendonça França | 2013-03-05 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Add DebugHelperTest | robertomiranda | 2013-03-05 | 1 | -0/+8 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #9565 from kennyj/remove_unused_return_value | Xavier Noria | 2013-03-05 | 3 | -5/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unused return value, because collecting_queries_for_explain isn't publ... | kennyj | 2013-03-06 | 3 | -5/+4 | |
* | | | | | | | | | Merge pull request #9573 from robertomiranda/useless_gsub | Guillermo Iguaran | 2013-03-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | Use gsub intead of tr when the to_str is longer than the from_str | robertomiranda | 2013-03-05 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-05 | 8 | -11/+9 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix typo | Carson McDonald | 2013-03-05 | 1 | -1/+1 | |
| * | | | | | | | Remove reference to BugMash. Link hasn't been updated in 4 years. | Jonathan Roes | 2013-03-05 | 1 | -2/+0 | |
| * | | | | | | | Fix WhereChain docs to mention only not | Ernie Miller | 2013-03-04 | 1 | -1/+1 | |
| * | | | | | | | Small Typo | Lebin Sebastian F | 2013-03-04 | 1 | -1/+1 | |
| * | | | | | | | Add explanation of :dependent => :restrict | David Deller | 2013-03-01 | 1 | -1/+1 | |
| * | | | | | | | Reverting commit regarding public/index.html (no longer in Rails 4.) | Christine Hertzel | 2013-03-01 | 1 | -2/+0 | |
| * | | | | | | | Fixed grammatical error and simplified paragraph concerning controllers. | Christine Hertzel | 2013-03-01 | 1 | -1/+1 | |
| * | | | | | | | Clarified removal of public/index.html file | Chelsea Macaluso | 2013-03-01 | 1 | -0/+2 | |
| * | | | | | | | Clarified need to remove existing code in welcome index. | Trent Michaels | 2013-03-01 | 1 | -1/+1 | |
| * | | | | | | | fix broken links to README docs in intro | Mike Munroe | 2013-02-28 | 1 | -2/+2 | |
| * | | | | | | | change log4r link to most recent, updated location | Mike Munroe | 2013-02-28 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #9564 from robertomiranda/useless_gsub | Guillermo Iguaran | 2013-03-05 | 4 | -5/+5 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | change useless gsub to tr | robertomiranda | 2013-03-05 | 4 | -5/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9042 from senny/9034_float_0_0_is_always_dirty | Carlos Antonio da Silva | 2013-03-05 | 3 | -1/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | assigning '0.0' to a nullable numeric column does not make it dirty | Yves Senn | 2013-03-05 | 3 | -1/+32 | |
* | | | | | | | | Merge pull request #9561 from inossidabile/explicit_match_via_requirement_exc... | Carlos Antonio da Silva | 2013-03-05 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Routing match `via` option requirement exception message made more explicit | Boris Staal | 2013-03-05 | 1 | -1/+2 | |
* | | | | | | | | Merge pull request #9557 from bonsaiben/useless_gsub | Carlos Antonio da Silva | 2013-03-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | change useless gsub to delete | Benjamin Sullivan | 2013-03-05 | 1 | -1/+1 | |
* | | | | | | | | | Fix typo in AC overview guide [ci skip] | Carlos Antonio da Silva | 2013-03-05 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #9556 from senny/strong_params_examples | Xavier Noria | 2013-03-05 | 1 | -0/+21 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | example for `accepts_nested_attribtues_for` and strong parameters. | Yves Senn | 2013-03-05 | 1 | -0/+9 | |
| * | | | | | | | strong parameters example for default values using `fetch`. [ci skip] | Yves Senn | 2013-03-05 | 1 | -0/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9554 from tmm1/string-gsub-hash | José Valim | 2013-03-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Call String#gsub with Hash directly | Aman Gupta | 2013-03-04 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | adds guides/.document to tell rdoc not to process this directory | Xavier Noria | 2013-03-04 | 1 | -0/+0 | |
* | | | | | | | Merge pull request #9467 from senny/9459_include_json_root_out_of_sync | Rafael Mendonça França | 2013-03-04 | 3 | -34/+60 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | `ActiveRecord::Base.include_root_in_json` is `false` by default. | Yves Senn | 2013-03-04 | 2 | -1/+5 | |
| * | | | | | | | rewrite tests to have no side-effects on `include_root_in_json`. | Yves Senn | 2013-03-04 | 1 | -33/+55 | |
|/ / / / / / / | ||||||
* | / / / / / | only calculate next_id when we need a new method defined | Aaron Patterson | 2013-03-04 | 1 | -1/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #9541 from maximerety/fix_7774 | José Valim | 2013-03-04 | 2 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix formats on xhr requests when HTTP_ACCEPT is empty string | maximerety | 2013-03-04 | 2 | -1/+6 | |
* | | | | | | | Merge pull request #9540 from dimko/patch-1 | Xavier Noria | 2013-03-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fixed typo in active record's changelog | Dimko | 2013-03-04 | 1 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Remove .all usage from unscope doc examples [ci skip] | Carlos Antonio da Silva | 2013-03-04 | 1 | -4/+4 | |
* | | | | | | Use 1.9 hash style in changelog and doc examples [ci skip] | Carlos Antonio da Silva | 2013-03-04 | 2 | -6/+6 | |
* | | | | | | Merge pull request #9537 from NARKOZ/patch-6 | Steve Klabnik | 2013-03-04 | 2 | -4/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add prompt to 422 page to check logs | Nihad Abbasov | 2013-03-04 | 2 | -4/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #9200 from wangjohn/unscoping_activerecord_merging | Jeremy Kemper | 2013-03-03 | 4 | -0/+275 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Created an unscope method for removing relations from a chain of | wangjohn | 2013-03-03 | 4 | -0/+275 | |
* | | | | | | | Merge pull request #9532 from neerajdotname/fix-sql-in-example | Carlos Antonio da Silva | 2013-03-03 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | fix the sql that is generated from scoping | Neeraj Singh | 2013-03-03 | 1 | -1/+2 | |
* | | | | | | | Bring config.allow_concurrency back | José Valim | 2013-03-03 | 3 | -19/+48 |