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
...
*
Ruby 1.9 compat: Class#subclasses is now protected
Jeremy Kemper
2007-12-22
1
-1
/
+1
*
Fold reset! into the run method directly. Make -n options compatible with Rub...
Jeremy Kemper
2007-12-22
1
-7
/
+6
*
Request profiler resets after warmup and each run so you don't have to do it ...
Jeremy Kemper
2007-12-22
1
-3
/
+13
*
Request profiler: use actual script path and line numbers for backtraces.
Jeremy Kemper
2007-12-22
1
-3
/
+4
*
Add :default option to time_zone_select. Closes #10590.
Jeremy Kemper
2007-12-21
3
-1
/
+45
*
Document custom methods. Closes #10589.
Jeremy Kemper
2007-12-21
3
-57
/
+87
*
Update layout docs. Closes #10584 [Cheah Chu Yeow]
Jeremy Kemper
2007-12-21
1
-15
/
+14
*
Rails 1.9 compat: asset tag helper tests
Jeremy Kemper
2007-12-21
1
-12
/
+12
*
Ruby 1.9: use enumerator for blockless Range#step
Jeremy Kemper
2007-12-21
1
-6
/
+16
*
Ruby 1.9 compat: compiled templates test
Jeremy Kemper
2007-12-21
1
-1
/
+5
*
Ruby 1.9 compat: date helper
Jeremy Kemper
2007-12-21
1
-6
/
+6
*
Ruby 1.9 compat: form helper test
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Ruby 1.9 compat: note failing form options helper test, probably in html-scanner
Jeremy Kemper
2007-12-21
1
-0
/
+1
*
Ruby 1.9 compat: text helper
Jeremy Kemper
2007-12-21
3
-19
/
+40
*
Ruby 1.9 compat: url helper encoding
Jeremy Kemper
2007-12-21
1
-9
/
+5
*
Ruby 1.9 compatibility
Jeremy Kemper
2007-12-21
2
-7
/
+11
*
Multibyte: skip String#each_char test for Ruby 1.9
Jeremy Kemper
2007-12-21
1
-8
/
+9
*
Multibyte: String#chars returns self for Ruby 1.9
Jeremy Kemper
2007-12-21
5
-43
/
+75
*
Multibyte: String#chars uses passthrough handler for Ruby 1.9
Jeremy Kemper
2007-12-21
5
-15
/
+21
*
App generate says sqlite3 is the default and mentions frontbase. Closes #1055...
Jeremy Kemper
2007-12-21
1
-3
/
+4
*
Eager belongs_to :include infers the foreign key from the association name ra...
Jeremy Kemper
2007-12-21
4
-4
/
+11
*
Benchmark logs for any level below or equal to the one specified, rather than...
Jeremy Kemper
2007-12-21
2
-4
/
+57
*
Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500.
Jeremy Kemper
2007-12-20
3
-4
/
+12
*
SQLite: fix rename_ and remove_column for columns with unique indexes. Closes...
Jeremy Kemper
2007-12-20
3
-6
/
+53
*
Ruby 1.9 compat: ENV.delete rather than assigning nil
Jeremy Kemper
2007-12-20
1
-1
/
+1
*
add passing test for Test::Unit subclasses running #setup properly [brynary]
Rick Olson
2007-12-19
1
-0
/
+24
*
Revert [8392]. Closes #10568, reopens #10379.
Jeremy Kemper
2007-12-19
2
-29
/
+2
*
Ruby 1.9 compat: join the buffer array explicitly rather than relying on to_s...
Jeremy Kemper
2007-12-19
1
-1
/
+1
*
Ruby 1.9 compat: check column type more carefully
Jeremy Kemper
2007-12-19
3
-11
/
+21
*
RubyGems 0.9.5 compat: always set the gem platform
Jeremy Kemper
2007-12-19
4
-0
/
+4
*
Ruby 1.9 compat: use .to_a instead of .map which now returns an enumerator
Jeremy Kemper
2007-12-19
1
-1
/
+1
*
Simplify some rails info methods
Jeremy Kemper
2007-12-19
1
-13
/
+13
*
Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546.
Jeremy Kemper
2007-12-19
2
-5
/
+7
*
Missed commit. References #10554.
Jeremy Kemper
2007-12-18
1
-0
/
+17
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
11
-28
/
+22
*
Toplevel test task uses the same rake it was invoked with
Jeremy Kemper
2007-12-18
1
-1
/
+1
*
Ruby 1.9 compatibility. References #1689.
Jeremy Kemper
2007-12-17
8
-12
/
+18
*
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
[prev]
[next]