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
...
*
Added delete_via_redirect and put_via_redirect to integration testing (closes...
David Heinemeier Hansson
2007-12-17
3
-24
/
+62
*
Docfix (closes #10369) [revans]
David Heinemeier Hansson
2007-12-17
1
-1
/
+17
*
Fix rdoc task name (closes #10392) [murphy]
David Heinemeier Hansson
2007-12-17
1
-1
/
+1
*
Allow headers[Accept] to be set by hand when calling xml_http_request (closes...
David Heinemeier Hansson
2007-12-17
3
-1
/
+12
*
Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway]
David Heinemeier Hansson
2007-12-17
3
-2
/
+4
*
Docfix (closes #10493)
David Heinemeier Hansson
2007-12-16
1
-2
/
+2
*
Fix doc (closes #10526)
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Add tests for html_escape, and remove an unneeded backslash (closes #10511) [...
David Heinemeier Hansson
2007-12-16
2
-1
/
+57
*
Added option to pass proc to ActionController::Base.asset_host for maximum co...
David Heinemeier Hansson
2007-12-16
3
-11
/
+84
*
Proper attribution in CHANGELOG
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
16
-19
/
+24
*
Doc fixing
David Heinemeier Hansson
2007-12-16
2
-2
/
+2
*
Changed the default database from mysql to sqlite3, so now running "rails mya...
David Heinemeier Hansson
2007-12-16
2
-1
/
+3
*
Turned on ActionView::Base.cache_template_loading by default in config/enviro...
David Heinemeier Hansson
2007-12-16
3
-6
/
+7
*
Update changelog for Ruby 1.9 compat patches
Jeremy Kemper
2007-12-15
1
-1
/
+1
*
Revert const_missing bypass in favor of Duration constant lookup tweak
Jeremy Kemper
2007-12-15
3
-6
/
+3
*
More changelog updates
Jeremy Kemper
2007-12-15
4
-11
/
+11
*
Mark that render tests crash Ruby 1.9
Jeremy Kemper
2007-12-15
1
-0
/
+1
*
Ruby 1.9 compat: helpers
Jeremy Kemper
2007-12-15
2
-7
/
+10
*
Note that filters test crashes Ruby 1.9
Jeremy Kemper
2007-12-15
1
-0
/
+1
*
Ruby 1.9 compat: account for new, non-flattening Array#to_s
Jeremy Kemper
2007-12-15
2
-4
/
+4
*
Fixes for standalone tests
Jeremy Kemper
2007-12-15
2
-3
/
+10
*
Ruby 1.9 compat: cookies
Jeremy Kemper
2007-12-15
2
-9
/
+5
*
Ruby 1.9 compat: use String#ord to escape filenames for compiled method names
Jeremy Kemper
2007-12-15
1
-2
/
+2
*
Ruby 1.9 compat: 'a'.ord == 'a'[0]
Jeremy Kemper
2007-12-15
2
-2
/
+12
*
Ruby 1.9 compat: shadowed vars, kcode
Jeremy Kemper
2007-12-15
4
-12
/
+34
*
Remove missing default helper warnings
Jeremy Kemper
2007-12-15
1
-2
/
+0
*
Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...
Jeremy Kemper
2007-12-15
3
-1
/
+14
*
Ruby 1.9 compat: define Duration#== [chuyeow]
Jeremy Kemper
2007-12-15
3
-27
/
+35
*
Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting...
Jeremy Kemper
2007-12-15
3
-8
/
+14
*
Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...
Jeremy Kemper
2007-12-15
5
-9
/
+29
*
Bypass const_missing lookup for toplevel constants. Optimizes for Ruby 1.9 co...
Jeremy Kemper
2007-12-15
1
-7
/
+12
*
Ensure optimistic locking handles nil #lock_version values properly. Closes ...
Rick Olson
2007-12-15
3
-1
/
+12
*
Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...
Rick Olson
2007-12-15
3
-2
/
+31
*
Added more specific exceptions for 400, 401, and 403 (all descending from Cli...
David Heinemeier Hansson
2007-12-14
3
-1
/
+27
*
We love whitespace
David Heinemeier Hansson
2007-12-14
1
-0
/
+1
*
Fixed that local database creation should consider 127.0.0.1 local (closes #9...
David Heinemeier Hansson
2007-12-14
2
-1
/
+3
*
Docfix (closes #10429) [jamesh/ssoroka]
David Heinemeier Hansson
2007-12-14
1
-9
/
+8
*
Fixed that functional tests generated for scaffolds should use fixture calls ...
David Heinemeier Hansson
2007-12-14
2
-4
/
+6
*
Fixed that ActionView#file_exists? would be incorrect if @first_render is set...
David Heinemeier Hansson
2007-12-14
3
-1
/
+21
*
Added that Array#to_param calls to_param on all it's elements (closes #10473)...
David Heinemeier Hansson
2007-12-14
3
-2
/
+14
*
Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...
David Heinemeier Hansson
2007-12-14
2
-1
/
+4
*
Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]
David Heinemeier Hansson
2007-12-14
3
-1
/
+8
*
Remove references to nonexistent :joins documentation. Closes #10498 [tpope]
Marcel Molina
2007-12-13
2
-8
/
+5
*
Make the routes rake task more discoverable but documenting it in the routing...
Marcel Molina
2007-12-13
1
-0
/
+4
*
Document what to pass the :accept option for validates_acceptance_of when map...
Marcel Molina
2007-12-13
1
-1
/
+2
*
Explain how the layout macro behaves when passed a path that contains a direc...
Marcel Molina
2007-12-13
1
-1
/
+2
*
Fix that validates_acceptance_of still works for non-existent tables (useful ...
Rick Olson
2007-12-12
3
-2
/
+18
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
4
-1
/
+12
*
Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10...
Jeremy Kemper
2007-12-11
3
-4
/
+13
[prev]
[next]