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
...
*
r3632@asus: jeremy | 2005-09-27 12:18:49 -0700
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Keep flash after component is rendered. Closes #2291.
Scott Barron
2005-09-27
3
-1
/
+31
*
Make the migration generator only check files ending in *.rb when calculating...
Sam Stephenson
2005-09-27
2
-1
/
+3
*
Fix serialization problem with YAML in 1.8.3
Scott Barron
2005-09-27
2
-17
/
+4
*
r3613@asus: jeremy | 2005-09-26 22:25:04 -0700
Jeremy Kemper
2005-09-27
2
-2
/
+4
*
r3605@asus: jeremy | 2005-09-26 19:10:50 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3604@asus: jeremy | 2005-09-26 19:10:42 -0700
Jeremy Kemper
2005-09-26
1
-20
/
+29
*
r3603@asus: jeremy | 2005-09-26 19:10:00 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+10
*
Make update_attribute use the same writer method that update_attributes uses.
Marcel Molina
2005-09-26
3
-2
/
+5
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
4
-7
/
+71
*
r3597@asus: jeremy | 2005-09-26 17:39:23 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+5
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
2
-7
/
+8
*
r3592@asus: jeremy | 2005-09-26 17:01:47 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3591@asus: jeremy | 2005-09-26 17:01:30 -0700
Jeremy Kemper
2005-09-26
1
-43
/
+22
*
r3590@asus: jeremy | 2005-09-26 17:00:53 -0700
Jeremy Kemper
2005-09-26
1
-7
/
+43
*
r3589@asus: jeremy | 2005-09-26 16:58:40 -0700
Jeremy Kemper
2005-09-26
2
-0
/
+0
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
4
-21
/
+57
*
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
[prev]
[next]