| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90... | Rick Olson | 2007-07-25 | 5 | -48/+57 |
* | Allow you to set custom :conditions on resource routes. [Rick] | Rick Olson | 2007-07-25 | 3 | -10/+25 |
* | Use Gem.find_name instead of search when freezing gems. Prevent false positi... | Michael Koziarski | 2007-07-24 | 2 | -2/+4 |
* | Fix load-order inconsistency (closes #9081) [themug] | David Heinemeier Hansson | 2007-07-24 | 1 | -1/+1 |
* | Refactored in use of extract_options! (closes #9079) [josh] | David Heinemeier Hansson | 2007-07-24 | 18 | -32/+24 |
* | Added Array#extract_options! to encapsulate the pattern of getting an options... | David Heinemeier Hansson | 2007-07-24 | 4 | -0/+32 |
* | Automatically generate add/remove column commands in specially named migratio... | Rick Olson | 2007-07-24 | 4 | -2/+31 |
* | Added :unless clause to validations (closes #8003) [monki] | David Heinemeier Hansson | 2007-07-24 | 3 | -9/+105 |
* | assert_difference belongs in Assertions, not forced onto TestCase (closes #88... | David Heinemeier Hansson | 2007-07-24 | 1 | -1/+1 |
* | Fixed that file.content_type for uploaded files would include a trailing \r #... | David Heinemeier Hansson | 2007-07-24 | 3 | -4/+6 |
* | Its just ERb now | David Heinemeier Hansson | 2007-07-24 | 1 | -1/+1 |
* | Fix #count on a has_many :through association so that it recognizes the :uniq... | Rick Olson | 2007-07-20 | 3 | -1/+22 |
* | * url_for now accepts a series of symbols representing the namespace of the r... | Tobias Lütke | 2007-07-19 | 4 | -4/+76 |
* | fix one line formatting bug | Michael Koziarski | 2007-07-19 | 1 | -1/+1 |
* | Let alias_attribute work with attributes with initial capital letters (legacy... | Michael Koziarski | 2007-07-19 | 3 | -3/+28 |
* | Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo] | Rick Olson | 2007-07-17 | 3 | -10/+26 |
* | Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714 | Michael Koziarski | 2007-07-17 | 3 | -10/+7 |
* | Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo... | Rick Olson | 2007-07-16 | 6 | -40/+16 |
* | Change belongs_to so that the foreign_key assumption is taken from the associ... | Rick Olson | 2007-07-16 | 5 | -14/+18 |
* | Remove spurious tests from deprecated_associations_test, most of these aren't... | Michael Koziarski | 2007-07-15 | 2 | -220/+4 |
* | Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov] | Michael Koziarski | 2007-07-14 | 3 | -3/+15 |
* | Default to plural table name in Rails Generator if ActiveRecord is not presen... | Rick Olson | 2007-07-12 | 2 | -1/+3 |
* | Make create! on a has_many :through association return the association objec... | Michael Koziarski | 2007-07-11 | 3 | -2/+5 |
* | Make sure missing template exceptions actually say which template they were l... | Michael Koziarski | 2007-07-11 | 3 | -2/+19 |
* | Fix errors with around_filters which do not yield, restore 1.1 behaviour with... | Michael Koziarski | 2007-07-11 | 3 | -54/+126 |
* | Allow for optional messages on assert_difference [nicwilliams] Closes #8928 | Tobias Lütke | 2007-07-09 | 1 | -4/+16 |
* | Support for non heterogeneous arrays when serializing to xml. Unless guessabl... | Tobias Lütke | 2007-07-09 | 5 | -13/+65 |
* | Added Hash#except which is the inverse of Hash#slice -- return the hash excep... | David Heinemeier Hansson | 2007-07-09 | 4 | -1/+41 |
* | Make [7169] work as expected with indented XML. | Tobias Lütke | 2007-07-09 | 2 | -4/+9 |
* | Include empty has_many/has_and_belongs_to_many associations as empty array ta... | Tobias Lütke | 2007-07-09 | 2 | -7/+12 |
* | Don't blow up when using nested fields_for and the source object is nil | Tobias Lütke | 2007-07-09 | 1 | -1/+1 |
* | Move from select * to select tablename.* to avoid clobbering IDs. Closes #888... | Michael Koziarski | 2007-07-07 | 4 | -1/+13 |
* | Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath] | Michael Koziarski | 2007-07-01 | 3 | -3/+18 |
* | Allow you to render views with periods in the name. Closes #8076 [norbert] | Rick Olson | 2007-07-01 | 3 | -4/+23 |
* | Don't call unsupported methods on associated objects when using :include, :me... | Michael Koziarski | 2007-06-30 | 4 | -4/+24 |
* | Temporary fix for formatted_polymorphic_urls and other polys that have additi... | David Heinemeier Hansson | 2007-06-28 | 2 | -9/+9 |
* | Allow symbols as name | David Heinemeier Hansson | 2007-06-28 | 1 | -1/+1 |
* | Drop the trailing slash | David Heinemeier Hansson | 2007-06-28 | 1 | -0/+1 |
* | Added rake routes for listing all the defined routes in the system (closes #8... | David Heinemeier Hansson | 2007-06-28 | 2 | -0/+18 |
* | Improve capture helper documentation. Closes #8796. | Jeremy Kemper | 2007-06-28 | 2 | -25/+43 |
* | db:create creates the database for the current environment if it's on localho... | Jeremy Kemper | 2007-06-28 | 2 | -91/+109 |
* | Add the type="array" moniker to has_many / has_and_belongs_to_many associatio... | Tobias Lütke | 2007-06-27 | 3 | -6/+6 |