index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...
David Heinemeier Hansson
2007-10-10
5
-530
/
+564
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
4
-6
/
+28
*
rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...
Jeremy Kemper
2007-10-10
3
-4
/
+68
*
Add :status to redirect_to allowing users to choose their own response code w...
Michael Koziarski
2007-10-09
4
-10
/
+105
*
Set default charset of MTAs to ISO instead of us-ascii (unless reported other...
Tobias Lütke
2007-10-09
2
-2
/
+48
*
Style update for new Range extensions
Jeremy Kemper
2007-10-09
5
-32
/
+24
*
Hash is ordered in Ruby 1.9
Jeremy Kemper
2007-10-09
1
-17
/
+22
*
Update :dependent docs and improve its argument error message.
Jeremy Kemper
2007-10-09
1
-34
/
+32
*
belongs_to infers the foreign key from the association name instead of from t...
Jeremy Kemper
2007-10-08
2
-1
/
+3
*
config.active_record.whiny_protected_attributes. Closes #9816 [henrik]
Jeremy Kemper
2007-10-08
2
-21
/
+1
*
Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS.
Jeremy Kemper
2007-10-08
2
-1
/
+7
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
3
-4
/
+14
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
4
-15
/
+24
*
* Add Range#overlaps?(range), Range#include?(range), and Range#step without a...
Michael Koziarski
2007-10-08
6
-0
/
+122
*
form_for example for namespaced routes. Closes #9769 [sjgman9]
Michael Koziarski
2007-10-08
1
-0
/
+6
*
Dr Math meets Captain Obvious.
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
Improve README documentation. References #8770 [mikel]
Michael Koziarski
2007-10-08
1
-5
/
+34
*
Namespace the internal Rakefile tasks. Closes #8850 [drnic]
Jeremy Kemper
2007-10-08
1
-63
/
+87
*
1 years -> 1 year
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo]
Jeremy Kemper
2007-10-08
1
-0
/
+15
*
Documentation for assert_valid_keys. Closes #7264 [tarmo, rsanheim]
Michael Koziarski
2007-10-08
1
-0
/
+7
*
Add link_to :back which uses your referrer with a fallback to a javascript li...
Michael Koziarski
2007-10-08
3
-4
/
+24
*
MySQL: fix change_column on not-null columns that don't accept dfeault values...
Jeremy Kemper
2007-10-08
3
-2
/
+14
*
Builder unbundle message directs to Bulk updating Gem source index for: http:...
Jeremy Kemper
2007-10-08
1
-0
/
+7
*
Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]
Michael Koziarski
2007-10-08
1
-5
/
+5
*
validates_uniqueness_of behaves well with single-table inheritance. Closes #3...
Jeremy Kemper
2007-10-08
3
-2
/
+34
*
Create layout dir it's nested. References #9272 [alancfrancis]
Jeremy Kemper
2007-10-08
1
-0
/
+1
*
Use a configuration check so ActiveRecord can be omitted. References #9699.
Jeremy Kemper
2007-10-07
1
-1
/
+3
*
Use fast date/time parsing by default. Closes #9811.
Jeremy Kemper
2007-10-07
3
-35
/
+34
*
error_messages_for and friends also work with local variables. Closes #9699.
Jeremy Kemper
2007-10-07
5
-6
/
+64
*
Closed wrong ticket. Closes #9802, reopens #9699.
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
5
-14
/
+75
*
Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...
Jeremy Kemper
2007-10-07
5
-1
/
+24
*
Correct BufferedLogger#level? checks. Closes #9806.
Jeremy Kemper
2007-10-07
3
-1
/
+10
*
Reference current fast_xs URL
Jeremy Kemper
2007-10-07
2
-1
/
+2
*
String#to_xs uses the fast_xs extension if available for Builder speedup.
Jeremy Kemper
2007-10-07
10
-10
/
+31
*
BlankSlate -> BasicObject
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Reinstate failsafe date/time parsing rescues. Head off some obvious failures ...
Jeremy Kemper
2007-10-07
2
-22
/
+29
*
Axe excess backtracery.
Jeremy Kemper
2007-10-07
1
-6
/
+4
*
MySQL: speedup date/time parsing.
Jeremy Kemper
2007-10-07
3
-58
/
+96
*
Check for the dir instead of relying on an exception.
Jeremy Kemper
2007-10-07
1
-5
/
+7
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
3
-2
/
+5
*
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...
Michael Koziarski
2007-10-07
3
-18
/
+29
*
Extend the console +helper+ method to allow you to include custom helpers. Cl...
Michael Koziarski
2007-10-07
2
-2
/
+9
*
Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...
Michael Koziarski
2007-10-07
2
-0
/
+12
*
BlankSlate -> BasicObject
Jeremy Kemper
2007-10-07
1
-3
/
+1
*
Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility.
Jeremy Kemper
2007-10-07
4
-3
/
+11
*
Unbundle Builder in favor of a gem dependency.
Jeremy Kemper
2007-10-07
8
-724
/
+5
*
Use StringIO and Tempfile subclasses instead of defining singleton methods on...
Jeremy Kemper
2007-10-06
2
-59
/
+79
*
Rewind stdin if possible after multipart parsing.
Jeremy Kemper
2007-10-06
2
-1
/
+4
[next]