aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure that custom inflections are picked up by map.resources by triggerin...Michael Koziarski2007-10-133-7/+82
* Update versions here tooDavid Heinemeier Hansson2007-10-1210-11/+11
* Model generator tests. Closes #8966 [abhay]Jeremy Kemper2007-10-111-0/+109
* Whitespace fix. Closes #9845.Jeremy Kemper2007-10-111-1/+1
* Added better documentation for generator overwrite options (closes #9842) [wi...David Heinemeier Hansson2007-10-111-7/+17
* JavaScriptVariableProxy#to_json ignores the options argJeremy Kemper2007-10-111-1/+1
* Bundle xml-simple 1.0.11Jeremy Kemper2007-10-101-0/+1021
* Update bundled xml-simple to 1.0.11 and prefer installed gemsJeremy Kemper2007-10-101-1021/+0
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.Jeremy Kemper2007-10-1014-16/+1061
* eval with __FILE__ and __LINE__Jeremy Kemper2007-10-102-6/+6
* find_and_(initialize|create)_by methods can now properly initialize protected...Tobias Lütke2007-10-104-7/+35
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-105-530/+564
* Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...Michael Koziarski2007-10-104-6/+28
* rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...Jeremy Kemper2007-10-103-4/+68
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-094-10/+105
* Set default charset of MTAs to ISO instead of us-ascii (unless reported other...Tobias Lütke2007-10-092-2/+48
* Style update for new Range extensionsJeremy Kemper2007-10-095-32/+24
* Hash is ordered in Ruby 1.9Jeremy Kemper2007-10-091-17/+22
* Update :dependent docs and improve its argument error message.Jeremy Kemper2007-10-091-34/+32
* belongs_to infers the foreign key from the association name instead of from t...Jeremy Kemper2007-10-082-1/+3
* config.active_record.whiny_protected_attributes. Closes #9816 [henrik]Jeremy Kemper2007-10-082-21/+1
* Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS.Jeremy Kemper2007-10-082-1/+7
* Make sure AR::Base#clone handles attr changes made in after_initialize hooks....Michael Koziarski2007-10-083-4/+14
* PostgreSQL: support multiline default values. Closes #7533.Jeremy Kemper2007-10-084-15/+24
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-086-0/+122
* form_for example for namespaced routes. Closes #9769 [sjgman9]Michael Koziarski2007-10-081-0/+6
* Dr Math meets Captain Obvious.Jeremy Kemper2007-10-081-1/+1
* Improve README documentation. References #8770 [mikel]Michael Koziarski2007-10-081-5/+34
* Namespace the internal Rakefile tasks. Closes #8850 [drnic]Jeremy Kemper2007-10-081-63/+87
* 1 years -> 1 yearJeremy Kemper2007-10-081-1/+1
* Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo]Jeremy Kemper2007-10-081-0/+15
* Documentation for assert_valid_keys. Closes #7264 [tarmo, rsanheim]Michael Koziarski2007-10-081-0/+7
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-083-4/+24
* MySQL: fix change_column on not-null columns that don't accept dfeault values...Jeremy Kemper2007-10-083-2/+14
* Builder unbundle message directs to Bulk updating Gem source index for: http:...Jeremy Kemper2007-10-081-0/+7
* Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]Michael Koziarski2007-10-081-5/+5
* validates_uniqueness_of behaves well with single-table inheritance. Closes #3...Jeremy Kemper2007-10-083-2/+34
* Create layout dir it's nested. References #9272 [alancfrancis]Jeremy Kemper2007-10-081-0/+1
* Use a configuration check so ActiveRecord can be omitted. References #9699.Jeremy Kemper2007-10-071-1/+3
* Use fast date/time parsing by default. Closes #9811.Jeremy Kemper2007-10-073-35/+34
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-075-6/+64
* Closed wrong ticket. Closes #9802, reopens #9699.Jeremy Kemper2007-10-071-1/+1
* Raise ProtectedAttributeAssignmentError in development and test environments ...Jeremy Kemper2007-10-075-14/+75
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-075-1/+24
* Correct BufferedLogger#level? checks. Closes #9806.Jeremy Kemper2007-10-073-1/+10
* Reference current fast_xs URLJeremy Kemper2007-10-072-1/+2
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-0710-10/+31
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-1/+1
* Reinstate failsafe date/time parsing rescues. Head off some obvious failures ...Jeremy Kemper2007-10-072-22/+29
* Axe excess backtracery.Jeremy Kemper2007-10-071-6/+4