| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally] | Michael Koziarski | 2007-09-02 | 2 | -0/+6 |
* | Remove duplication in test_help.rb Closes #3328 [jarkko] | Michael Koziarski | 2007-09-02 | 1 | -1/+1 |
* | Documentation tweaks and fixes. Closes #9454 [sur, kampers] | Jeremy Kemper | 2007-08-31 | 5 | -15/+15 |
* | request.host works with IPv6 addresses. Closes #9458. | Jeremy Kemper | 2007-08-31 | 3 | -1/+15 |
* | Performance: absorb instantiate and initialize_with_callbacks into the Base m... | Jeremy Kemper | 2007-08-31 | 3 | -34/+17 |
* | Fix incorrectly named instance variable. | Michael Koziarski | 2007-08-29 | 1 | -1/+1 |
* | Remove commented out test which refers to old code, old bugs and uses ObjectS... | Michael Koziarski | 2007-08-29 | 1 | -22/+0 |
* | Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl... | Michael Koziarski | 2007-08-29 | 2 | -18/+35 |
* | Only reload routes.rb if its been modified. [Dreamer3] | Michael Koziarski | 2007-08-29 | 1 | -2/+15 |
* | Formatting, grammar and spelling fixes for the associations documentation. [s... | Michael Koziarski | 2007-08-28 | 8 | -226/+226 |
* | Fix documentation error in xml serialization. [matt] Closes #9001 | Michael Koziarski | 2007-08-28 | 1 | -1/+1 |
* | Formatting and grammatical fixes for the acts_as_* documentation [seanhussey,... | Michael Koziarski | 2007-08-28 | 3 | -30/+30 |
* | Pass the right binding when string is passed to :if with validations. [casper... | Michael Koziarski | 2007-08-28 | 2 | -1/+23 |
* | Use extract_options instead of ad-hoc partial implementations. [norbert] Clos... | Michael Koziarski | 2007-08-28 | 2 | -12/+13 |
* | Improve documentation for ActionController::Helpers [jardeon] Closes #9359 | Michael Koziarski | 2007-08-28 | 1 | -26/+73 |
* | Remove unnecessary loop in validates_presence_of. [sur] Closes #9392 | Michael Koziarski | 2007-08-28 | 1 | -7/+5 |
* | Make sure create! raises errors on validation when creating multiple records.... | Michael Koziarski | 2007-08-28 | 2 | -1/+7 |
* | Back out of [7300] -- it screwed up nested XML | David Heinemeier Hansson | 2007-08-21 | 1 | -3/+0 |
* | Fix spacing | David Heinemeier Hansson | 2007-08-21 | 2 | -2/+2 |
* | Fixed that eager loading queries and with_scope should respect the :group opt... | David Heinemeier Hansson | 2007-08-21 | 3 | -8/+17 |
* | Fixed that eager loading queries should respect the :group option as well [DHH] | David Heinemeier Hansson | 2007-08-21 | 2 | -1/+6 |
* | correct the ActionCacheTest from [7346] | Rick Olson | 2007-08-20 | 1 | -0/+2 |
* | Fix bug where action caching sets the content type to the ActionCachePath obj... | Rick Olson | 2007-08-20 | 3 | -1/+8 |
* | Add missing sentence | Michael Koziarski | 2007-08-17 | 1 | -3/+1 |
* | Improve url_for documentation for ActionController::Base and UrlRewriter. Cl... | Michael Koziarski | 2007-08-17 | 2 | -15/+32 |
* | Improve performance and functionality of the postgresql adapter. Closes #804... | Michael Koziarski | 2007-08-16 | 8 | -225/+673 |
* | Don't clobber :includes passed to count on has_many association. Closes #9175... | Michael Koziarski | 2007-08-16 | 3 | -1/+9 |
* | Make sure has_many associations honour :include when counting. Closes #9167 [... | Michael Koziarski | 2007-08-16 | 4 | -1/+11 |
* | add missing layouts from [7321] | Rick Olson | 2007-08-15 | 1 | -0/+1 |
* | Find layouts even if they're not in the first view_paths directory. Closes #... | Rick Olson | 2007-08-15 | 3 | -6/+19 |
* | Fix failing active record store tests | Michael Koziarski | 2007-08-14 | 1 | -1/+2 |
* | Add forgotten changelog entry | Michael Koziarski | 2007-08-14 | 1 | -0/+7 |
* | Change the implementation of ActiveRecord's attribute reader and writer methods: | Michael Koziarski | 2007-08-14 | 6 | -243/+249 |
* | Send freshness information when sending Etags. Without this internet explore... | Michael Koziarski | 2007-08-12 | 2 | -1/+2 |
* | Ignore processing instructions when parsing html | Michael Koziarski | 2007-08-10 | 1 | -0/+3 |
* | Raise ActiveResource::Redirection on 301,302 http code | Tobias Lütke | 2007-08-09 | 2 | -4/+11 |
* | Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko] | Michael Koziarski | 2007-08-07 | 3 | -1/+15 |
* | Let inspect on AR classes work when the table doesn't exist. Closes #9194 [ta... | Michael Koziarski | 2007-08-06 | 2 | -1/+7 |
* | Major improvement to the documentation for the options / select form helpers... | Michael Koziarski | 2007-08-05 | 2 | -31/+75 |
* | Fix number_to_human_size when using different precisions. Closes #7536. [Rich... | Michael Koziarski | 2007-08-05 | 3 | -2/+8 |
* | Performance enhancement for Base.exists?. CLoses #8769. [hasmanyjosh] | Michael Koziarski | 2007-08-05 | 1 | -1/+1 |
* | Make the utf-handler return the correct value for non-matching regular expres... | Michael Koziarski | 2007-08-05 | 3 | -2/+6 |
* | Add ljust, rjust and center to utf8-handler. Closes #9165 [manfred] | Michael Koziarski | 2007-08-05 | 3 | -0/+119 |
* | Fix Time#advance bug when trying to advance a year from leap day. Closes #86... | Rick Olson | 2007-08-03 | 8 | -11/+23 |
* | Added partial layouts (see example in action_view/lib/partials.rb) [DHH] | David Heinemeier Hansson | 2007-08-02 | 8 | -2/+95 |
* | Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, ... | Marcel Molina | 2007-07-31 | 3 | -0/+74 |
* | dont call #collect on a string when returning query cache results. Closes #9... | Rick Olson | 2007-07-25 | 2 | -1/+7 |
* | Perform a deep #dup on query cache results so that modifying activerecord att... | Rick Olson | 2007-07-25 | 3 | -20/+29 |
* | Ensure that has_many :through associations use a count query instead of loadi... | Rick Olson | 2007-07-25 | 3 | -0/+15 |
* | tiny doc patches [lifo] | Rick Olson | 2007-07-25 | 2 | -2/+3 |