Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixes Sam Ruby tests suite. | José Valim | 2009-09-21 | 4 | -56/+113 | |
| | | | | | | | | Signed-off-by: Yehuda Katz <wycats@gmail.com> | |||||
* | | Fix nested attributes examples again. | George Ogata | 2009-09-29 | 1 | -3/+3 | |
| | | | | | | | | Those hashes don't have indifferent access. | |||||
* | | Fix creation example in nested attributes. | George Ogata | 2009-09-29 | 1 | -1/+1 | |
| | | ||||||
* | | typo | Xavier Noria | 2009-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | AS guide: touches an example that confounds the indexer | Xavier Noria | 2009-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | AS guide: documents Regexp.unoptionalize | Xavier Noria | 2009-09-26 | 1 | -0/+13 | |
| | | ||||||
* | | AS guide: documents Regexp.optionalize | Xavier Noria | 2009-09-26 | 1 | -0/+11 | |
| | | ||||||
* | | AS guide: documents Regexp#multiline? | Xavier Noria | 2009-09-26 | 1 | -0/+25 | |
| | | ||||||
* | | AS guide: documents Regexp#number_of_captures | Xavier Noria | 2009-09-26 | 1 | -0/+26 | |
| | | ||||||
* | | AS guide: documents String#first, and String#last | Xavier Noria | 2009-09-22 | 1 | -0/+8 | |
| | | ||||||
* | | details how a corner case behaves in different Ruby versions | Xavier Noria | 2009-09-22 | 1 | -2/+2 | |
| | | ||||||
* | | AS guide: details how a corner case behaves in different Ruby versions | Xavier Noria | 2009-09-22 | 1 | -2/+2 | |
| | | ||||||
* | | AS guide: documents String#to and fixes examples | Xavier Noria | 2009-09-22 | 1 | -1/+23 | |
| | | ||||||
* | | AS guide: documents String#at | Xavier Noria | 2009-09-22 | 1 | -0/+13 | |
| | | ||||||
* | | AS guide: documents Enumerable#none? | Xavier Noria | 2009-09-22 | 1 | -0/+10 | |
| | | ||||||
* | | AS guide: documents Enumerable#many? | Xavier Noria | 2009-09-22 | 1 | -0/+16 | |
| | | ||||||
* | | AS guide: documents Enumerable#index_by | Xavier Noria | 2009-09-22 | 1 | -0/+13 | |
| | | ||||||
* | | SQLite 2 test passage is no longer required when patching AR. | Michael Gunderloy | 2009-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | AS guide: documents Enumerable#each_with_object | Xavier Noria | 2009-09-21 | 1 | -0/+24 | |
| | | ||||||
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-09-21 | 427 | -3608/+5116 | |
|\| | ||||||
| * | Merge commit 'jose/orchestra' | Yehuda Katz | 2009-09-21 | 21 | -254/+548 | |
| |\ | ||||||
| | * | Instrumenting cache stores. | José Valim | 2009-09-20 | 4 | -78/+84 | |
| | | | ||||||
| | * | Instrument create and deliver in ActionMailer. | José Valim | 2009-09-20 | 1 | -56/+64 | |
| | | | ||||||
| | * | Use NewCallbacks on ActionDispatch::Callbacks. | José Valim | 2009-09-20 | 5 | -35/+53 | |
| | | | ||||||
| | * | Add Orchestra instrumentation to fragment and page caching. | José Valim | 2009-09-20 | 7 | -69/+65 | |
| | | | ||||||
| | * | Instrument process_action, render and sql. | José Valim | 2009-09-20 | 3 | -19/+20 | |
| | | | ||||||
| | * | Added Orchestra. | José Valim | 2009-09-20 | 3 | -0/+265 | |
| | | | ||||||
| * | | fixed ActiveModel::Lint typos [#3236 state:resolved] | lakshan | 2009-09-21 | 1 | -4/+3 | |
| |/ | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | All tests should be ran under isolated_test too | Joshua Peek | 2009-09-19 | 1 | -5/+5 | |
| | | ||||||
| * | Merge "test_new_base" runner into standard "test_action_pack" | Joshua Peek | 2009-09-19 | 1 | -9/+2 | |
| | | ||||||
| * | Ensure changes to I18n locale get reset during tests | Joshua Peek | 2009-09-19 | 3 | -14/+14 | |
| | | ||||||
| * | Follow short name convention for test folder and just call it "abstract" | Joshua Peek | 2009-09-19 | 15 | -1/+1 | |
| | | ||||||
| * | Merge bundler helper into abstract_unit | Joshua Peek | 2009-09-19 | 2 | -12/+8 | |
| | | ||||||
| * | Namespace TestControllers inside their test case class | Joshua Peek | 2009-09-19 | 4 | -199/+216 | |
| | | ||||||
| * | Avoid conflict with a "MetalTest" module used in tests | Joshua Peek | 2009-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | All on one base, don't need this | Joshua Peek | 2009-09-19 | 1 | -3/+0 | |
| | | ||||||
| * | Avoid conflicts with another ContentTypeController used in testing | Joshua Peek | 2009-09-19 | 5 | -8/+7 | |
| | | ||||||
| * | All on one abstract_unit | Joshua Peek | 2009-09-19 | 22 | -143/+92 | |
| | | ||||||
| * | There is only one base now | Joshua Peek | 2009-09-19 | 1 | -1/+0 | |
| | | ||||||
| * | Make sure caching test is using a generatable url | Joshua Peek | 2009-09-19 | 1 | -2/+2 | |
| | | ||||||
| * | 1.9 fix for changes to #to_s. By Sam Ruby. [#3228 state:resolved] | Yehuda Katz | 2009-09-18 | 1 | -2/+2 | |
| | | ||||||
| * | Fix typo. | Brian Donovan | 2009-09-17 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Yehuda Katz <wycats@gmail.com> | |||||
| * | Extract class-finder method from instantiate | Jeremy Kemper | 2009-09-17 | 1 | -27/+19 | |
| | | ||||||
| * | Collapse nested conditional | Jeremy Kemper | 2009-09-17 | 1 | -15/+13 | |
| | | ||||||
| * | making nokogiri to hash less clever, more fast O_o | Aaron Patterson | 2009-09-17 | 1 | -20/+12 | |
| | | | | | | | | | | | | [#2243 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Fix brittle content-type check. [#1956 state:committed] | Jeremy Kemper | 2009-09-17 | 2 | -4/+4 | |
| | | ||||||
| * | Enable use of MySQL stored procedures by default. | Justin Bailey | 2009-09-17 | 3 | -1/+24 | |
| | | | | | | | | | | | | [#3204 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Allow Nokogiri XmlMini backend to process cdata elements | Developer | 2009-09-17 | 2 | -1/+12 | |
| | | | | | | | | | | | | [#3219 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Forward all methods to delayed log | Joshua Peek | 2009-09-16 | 1 | -6/+8 | |
| | | ||||||
| * | Adds patch to CI | Yehuda Katz | 2009-09-15 | 1 | -1/+1 | |
| | |