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
...
*
r3569@asus: jeremy | 2005-09-26 05:33:09 -0700
Jeremy Kemper
2005-09-26
2
-6
/
+8
*
Include the orders table in *.drop.sql
Jeremy Kemper
2005-09-26
6
-0
/
+7
*
Get rid of warnings generated by calling obsolete .to_a method on a Symbol
Marcel Molina
2005-09-26
1
-4
/
+4
*
Remove duplicate 'quote_column_name' definition
Jamis Buck
2005-09-25
1
-5
/
+1
*
Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...
David Heinemeier Hansson
2005-09-25
11
-710
/
+792
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
6
-9
/
+60
*
Fix migrations with PG 7.x.
Scott Barron
2005-09-25
1
-0
/
+13
*
This seems unnecessary to call in teardown and is causing the tests
Scott Barron
2005-09-25
1
-1
/
+0
*
Okay, you can have an extra space
David Heinemeier Hansson
2005-09-25
1
-0
/
+1
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-3
/
+1
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
4
-19
/
+14
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
6
-11
/
+55
*
Fix open/save dialog in IE not opening files send with send_file/send_data, #...
Thomas Fuchs
2005-09-25
2
-1
/
+16
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
7
-11
/
+39
*
Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...
David Heinemeier Hansson
2005-09-24
4
-10
/
+28
*
Just include activerecord/schema with AR so it doesnt need to be dumped
David Heinemeier Hansson
2005-09-24
3
-8
/
+2
*
Added prevention of duplicate migrations from the generator #2240 [fbeausolei...
David Heinemeier Hansson
2005-09-24
2
-0
/
+4
*
Added native, faster implementations of .blank? for the core types #2286 [skae]
David Heinemeier Hansson
2005-09-24
2
-0
/
+38
*
Make the sqlite adapter preserve not-null constraints and index names when al...
Jamis Buck
2005-09-24
1
-3
/
+12
*
Allow the postgresql adapter to work with the SchemaDumper.
Jamis Buck
2005-09-23
2
-4
/
+50
*
Post the postgresql adapter (and hopefully other adapters) pass all tests
Jamis Buck
2005-09-23
2
-4
/
+10
*
Make sqlite adapter pass all tests
Jamis Buck
2005-09-23
2
-3
/
+11
*
Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...
Jamis Buck
2005-09-23
2
-1
/
+17
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
11
-25
/
+292
*
Only configure settings for loaded frameworks
David Heinemeier Hansson
2005-09-22
1
-4
/
+6
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
3
-4
/
+7
*
Fixed clean logger to work with Ruby 1.8.3 Logger class #2245
David Heinemeier Hansson
2005-09-21
2
-3
/
+3
*
Fixed migrations for Windows when using more than 10 [David Naseby]
David Heinemeier Hansson
2005-09-21
2
-2
/
+6
*
Asserts now need html/document so it should require it
David Heinemeier Hansson
2005-09-21
2
-9
/
+1
*
Fixed that the create_x method from belongs_to wouldn't save the association ...
David Heinemeier Hansson
2005-09-20
3
-2
/
+7
*
Fixed saving a record with two unsaved belongs_to associations pointing to th...
Jamis Buck
2005-09-20
4
-5
/
+59
*
Require 'pp' early to prevent the pretty-print methods being mixed in too lat...
Jamis Buck
2005-09-20
1
-0
/
+1
*
Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...
David Heinemeier Hansson
2005-09-20
4
-55
/
+3
*
Added small note about how longtext might be needed for large session data
David Heinemeier Hansson
2005-09-20
2
-2
/
+5
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
3
-15
/
+10
*
Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...
David Heinemeier Hansson
2005-09-20
1
-0
/
+4
*
Include suggestion for using different socket #1951 [NVRS]
David Heinemeier Hansson
2005-09-20
1
-2
/
+4
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
17
-200
/
+248
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
3
-1
/
+10
*
Improved migrations' behavior when the schema_info table is empty.
Nicholas Seckar
2005-09-20
2
-1
/
+3
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
4
-1
/
+60
*
Make the reaper slightly more robust in the nudging department
David Heinemeier Hansson
2005-09-19
1
-1
/
+7
*
Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
David Heinemeier Hansson
2005-09-19
3
-1
/
+13
*
Include ActionView as a configurable framework
David Heinemeier Hansson
2005-09-19
1
-1
/
+1
*
Include libs/ in rake stats #2223 [Marcel Molina]
David Heinemeier Hansson
2005-09-19
1
-1
/
+2
*
Fix eager loading error messages, allow :include to specify tables using stri...
Nicholas Seckar
2005-09-18
3
-2
/
+15
*
Add routing tests from #1945
Nicholas Seckar
2005-09-18
2
-2
/
+57
*
Add a routing test case covering #2101
Nicholas Seckar
2005-09-18
2
-1
/
+14
*
Doc fix #2197
David Heinemeier Hansson
2005-09-17
1
-0
/
+1
*
Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....
David Heinemeier Hansson
2005-09-17
1
-1
/
+1
[prev]
[next]