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
*
Performers go .rb
David Heinemeier Hansson
2005-10-14
2
-0
/
+0
*
Fix spelling
David Heinemeier Hansson
2005-10-14
3
-1
/
+1
*
Ensure radio_button works as expected with values other than strings.
Michael Koziarski
2005-10-14
2
-1
/
+7
*
Escape query strings in the href attribute of URLs created by url_helper. #2333
Jeremy Kemper
2005-10-13
3
-2
/
+20
*
Improved line number reporting for template errors
Nicholas Seckar
2005-10-13
2
-3
/
+5
*
Cleaned it up a bit.. Dependencies can be declared inline
David Heinemeier Hansson
2005-10-13
1
-8
/
+5
*
Delegate access to a customized primary key to the conventional id method. Cl...
Marcel Molina
2005-10-13
3
-2
/
+6
*
Fixed that Time#change should also reset usec when also resetting minutes #24...
David Heinemeier Hansson
2005-10-13
3
-1
/
+8
*
Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]
David Heinemeier Hansson
2005-10-13
3
-3
/
+16
*
Refactored cleanly
David Heinemeier Hansson
2005-10-13
1
-37
/
+37
*
Fix Logger compatibility test
Jeremy Kemper
2005-10-13
1
-0
/
+1
*
Fix errors caused by assigning a has-one or belongs-to property to itself
Jamis Buck
2005-10-13
4
-3
/
+15
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2561 5ecf4fe2-1ee6-...
Jeremy Kemper
2005-10-13
0
-0
/
+0
*
r3581@sedna: jeremy | 2005-10-13 12:20:42 -0700
Jeremy Kemper
2005-10-13
1
-1
/
+7
*
r3580@sedna: jeremy | 2005-10-13 12:03:37 -0700
Jeremy Kemper
2005-10-13
0
-0
/
+0
*
r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700
Jeremy Kemper
2005-10-13
1
-4
/
+2
*
r3578@sedna: jeremy | 2005-10-13 12:00:03 -0700
Jeremy Kemper
2005-10-13
0
-0
/
+0
*
r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700
Jeremy Kemper
2005-10-13
1
-0
/
+17
*
r3576@sedna: jeremy | 2005-10-13 11:31:50 -0700
Jeremy Kemper
2005-10-13
1
-9
/
+3
*
r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700
Jeremy Kemper
2005-10-13
1
-2
/
+2
*
r3574@sedna: jeremy | 2005-10-13 11:16:51 -0700
Jeremy Kemper
2005-10-13
3
-5
/
+79
*
Fix script/server to use the environment given by the -e toggle
Jamis Buck
2005-10-13
1
-0
/
+2
*
Unset the X-Requested-With header when using the xhr wrapper in functional te...
Sam Stephenson
2005-10-13
3
-1
/
+10
*
modified javascript_helper testcase to back up #2097
Tobias Lütke
2005-10-13
1
-2
/
+6
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
6
-30
/
+63
*
Optimize postgresql selects.
Marcel Molina
2005-10-13
2
-18
/
+20
*
Make webrick work with session(:off)
Jamis Buck
2005-10-13
2
-1
/
+3
*
Update DB2 adapter. Closes #2206.
Marcel Molina
2005-10-12
3
-2
/
+38
*
Corrections to SQLServer native data types. Closes #2267.
Marcel Molina
2005-10-12
2
-10
/
+12
*
Unescape paths before writing cache to file system. Closes #1877.
Marcel Molina
2005-10-12
2
-1
/
+3
*
Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...
Sam Stephenson
2005-10-12
7
-24
/
+43
*
Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...
Marcel Molina
2005-10-12
4
-8
/
+21
*
Protect id attribute from mass assigment even when the primary key is set to ...
Marcel Molina
2005-10-12
3
-3
/
+25
*
Add test coverage for customized primary keys including a failing test for #2...
Marcel Molina
2005-10-12
16
-6
/
+65
*
Make sure ENV['RAILS_ENV'] and RAILS_ENV are kept in sync
Jamis Buck
2005-10-12
1
-5
/
+2
*
Honor the runner -e toggle even if the RAILS_ENV constant has already been set
Jamis Buck
2005-10-12
1
-2
/
+6
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
9
-26
/
+28
*
Use the correct scope for Rake tasks
David Heinemeier Hansson
2005-10-12
1
-1
/
+1
*
Make xyz_tag(..., :id => "foo") work again
Jamis Buck
2005-10-12
2
-7
/
+13
*
Migrating should also dump the latest schema
David Heinemeier Hansson
2005-10-12
1
-0
/
+1
*
Misc doc fixes (typos/grammar/etc.). Closes #2430.
Marcel Molina
2005-10-11
2
-37
/
+39
*
Add test coverage for content_columns. Closes #2432.
Marcel Molina
2005-10-11
2
-1
/
+6
*
Fix typo in CHANGELOG.
Marcel Molina
2005-10-11
1
-1
/
+1
*
Speed up for unthreaded environments. Closes #2431.
Marcel Molina
2005-10-11
2
-6
/
+20
*
Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....
Marcel Molina
2005-10-11
2
-3
/
+17
*
Speed improvement for session_options. #2287. [skaes@web.de]
Jamis Buck
2005-10-11
2
-18
/
+31
*
Make cacheing binary files friendly with Windows. Closes #1975.
Marcel Molina
2005-10-11
2
-2
/
+4
*
Convert boolean form options form the tag_helper. Recloses #809.
Marcel Molina
2005-10-10
4
-29
/
+27
*
Fixed that an instance variable with the same name as a partial should be imp...
Sam Stephenson
2005-10-10
3
-1
/
+18
*
Fix Element.toggle logic
Sam Stephenson
2005-10-10
2
-2
/
+2
[next]