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
...
*
Wrap test with uses_mocha
Jeremy Kemper
2007-10-14
1
-2
/
+4
*
Memcached sessions: add session data on initialization; don't silently discar...
Jeremy Kemper
2007-10-14
3
-15
/
+188
*
non-executable
Jeremy Kemper
2007-10-14
2
-0
/
+0
*
Update gem dependencies to match current versions
Jeremy Kemper
2007-10-14
2
-5
/
+5
*
Add notes to documentation regarding attr_readonly behavior with counter cach...
Rick Olson
2007-10-14
2
-0
/
+5
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
3
-2
/
+5
*
Fix environment.rb typos. Closes #9859 [fxn, mikong]
Jeremy Kemper
2007-10-14
1
-2
/
+2
*
error_messages_for also takes :message and :header_message options which defa...
Jeremy Kemper
2007-10-14
3
-12
/
+24
*
Time, Date and DateTime #advance accept :weeks option. Closes #9866.
Jeremy Kemper
2007-10-13
7
-7
/
+22
*
Fix Time#years_ago and #years_since from leap days. Closes #9865.
Jeremy Kemper
2007-10-13
3
-2
/
+6
*
Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...
Jeremy Kemper
2007-10-13
5
-7
/
+35
*
Don't shadow local var with block var
Jeremy Kemper
2007-10-13
1
-1
/
+1
*
Use __FILE__ and __LINE__ for BufferedLogger severity methods
Jeremy Kemper
2007-10-13
1
-2
/
+2
*
Fix Date#years_ago and #years_since from leap days. Closes #9864.
Jeremy Kemper
2007-10-13
4
-2
/
+8
*
Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...
Jeremy Kemper
2007-10-13
6
-42
/
+22
*
Missed post_via_redirect. References #6834
Michael Koziarski
2007-10-13
1
-1
/
+1
*
Define get_via_redirect as well. Closes #6834 [colthorp]
Michael Koziarski
2007-10-13
1
-1
/
+2
*
Make sure that custom inflections are picked up by map.resources by triggerin...
Michael Koziarski
2007-10-13
3
-7
/
+82
*
Update versions here too
David Heinemeier Hansson
2007-10-12
10
-11
/
+11
*
Model generator tests. Closes #8966 [abhay]
Jeremy Kemper
2007-10-11
1
-0
/
+109
*
Whitespace fix. Closes #9845.
Jeremy Kemper
2007-10-11
1
-1
/
+1
*
Added better documentation for generator overwrite options (closes #9842) [wi...
David Heinemeier Hansson
2007-10-11
1
-7
/
+17
*
JavaScriptVariableProxy#to_json ignores the options arg
Jeremy Kemper
2007-10-11
1
-1
/
+1
*
Bundle xml-simple 1.0.11
Jeremy Kemper
2007-10-10
1
-0
/
+1021
*
Update bundled xml-simple to 1.0.11 and prefer installed gems
Jeremy Kemper
2007-10-10
1
-1021
/
+0
*
Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.
Jeremy Kemper
2007-10-10
14
-16
/
+1061
*
eval with __FILE__ and __LINE__
Jeremy Kemper
2007-10-10
2
-6
/
+6
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
4
-7
/
+35
*
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
[prev]
[next]