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
*
Fix the requires in option_merger_test to unbreak AS tests
Sam Stephenson
2006-01-21
2
-2
/
+6
*
Treat timestamps like datetimes for scaffolding purposes (closes #3388) [Maik...
David Heinemeier Hansson
2006-01-21
2
-1
/
+3
*
allow has_many :through to work with custom :foreign key (closes #3422) [Rick...
David Heinemeier Hansson
2006-01-21
3
-3
/
+9
*
Fixed that static requests could unlock the mutex guarding dynamic requests i...
David Heinemeier Hansson
2006-01-21
1
-0
/
+2
*
Fixed that static requests could unlock the mutex guarding dynamic requests i...
David Heinemeier Hansson
2006-01-21
1
-6
/
+6
*
Fix IE bug with link_to "something", :post => true (closes #3443) [Justin Pal...
David Heinemeier Hansson
2006-01-21
2
-1
/
+3
*
Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...
David Heinemeier Hansson
2006-01-21
3
-29
/
+18
*
Fixed documentation tasks to work with Rake 0.7.0 (closes #3563) [kazuhiko@fd...
David Heinemeier Hansson
2006-01-21
2
-2
/
+4
*
Fix .count for has_many associations with multi-line finder-sql. Closes #3540
Michael Koziarski
2006-01-21
3
-2
/
+6
*
Extract Test::Unit::TestCase test process behavior into an ActionController::...
Sam Stephenson
2006-01-20
2
-107
/
+115
*
Pass along blocks from render_to_string to render
Sam Stephenson
2006-01-20
2
-2
/
+4
*
Add render :update for inline RJS
Sam Stephenson
2006-01-20
5
-14
/
+60
*
Add a test to verify correct behavior when creating a polymorphic association
Jamis Buck
2006-01-20
2
-0
/
+9
*
Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]
Jamis Buck
2006-01-20
3
-5
/
+24
*
make error_messages_for return "" for nil objects
Michael Koziarski
2006-01-19
3
-1
/
+9
*
Refactor human_size to exclude decimal place if it is zero.
Marcel Molina
2006-01-19
3
-22
/
+25
*
Get the version right: 1.5.0_pre0, not rc0
Sam Stephenson
2006-01-18
2
-2
/
+2
*
Update to Prototype 1.5.0_rc0
Sam Stephenson
2006-01-18
4
-14
/
+320
*
Dont repeat the button_to method
David Heinemeier Hansson
2006-01-16
1
-14
/
+0
*
Automatically discover layouts when a controller is namespaced. Closes #2199,...
Marcel Molina
2006-01-15
4
-4
/
+25
*
allow the 'lock_version' column to be configured with set_locking_column. Cl...
Michael Koziarski
2006-01-14
19
-5
/
+111
*
Don't hardcode id in acts_as_list. Closes #3370
Michael Koziarski
2006-01-14
2
-2
/
+4
*
Load plugins in a consistent order. Closes #3429
Michael Koziarski
2006-01-14
2
-2
/
+5
*
Show usage when script/plugin is called without arguments. Closes #3450
Michael Koziarski
2006-01-14
2
-1
/
+3
*
Fix test error caused by operator error with last commit
Michael Koziarski
2006-01-14
1
-1
/
+1
*
Don't alter the Hash passed to attributes=, closes #3385
Michael Koziarski
2006-01-14
2
-4
/
+16
*
Correct the case of the CSS declarations. [Blair Zajac] Closes #3171
Michael Koziarski
2006-01-13
3
-12
/
+12
*
Fix problems with the plugin loader where plugins could override 'name' and p...
Michael Koziarski
2006-01-13
2
-2
/
+5
*
Make migration generator only report on exact duplicate names, not partial du...
Marcel Molina
2006-01-13
2
-1
/
+3
*
Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397
Michael Koziarski
2006-01-13
3
-1
/
+13
*
Fix typo in mailer generator USAGE. Closes #3458.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Fix broken autocompleter test.
Michael Koziarski
2006-01-13
1
-1
/
+1
*
Fix for failing auto complete unit test
Michael Koziarski
2006-01-13
1
-5
/
+5
*
Fix failing test due to hard coded year
Michael Koziarski
2006-01-13
1
-1
/
+2
*
Documentation typo fix. Closes #2367.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Remove Upload Progress. Closes #2871.
Marcel Molina
2006-01-13
8
-1671
/
+2
*
Add test for min_chars auto_complete_field fix. Closes #2929.
Marcel Molina
2006-01-13
2
-2
/
+2
*
Fix date errors for SQLServer in association tests. Closes #3406.
Marcel Molina
2006-01-13
2
-9
/
+8
*
Escape database name in MySQL adapter when creating and dropping databases. C...
Marcel Molina
2006-01-13
2
-2
/
+4
*
Disambiguate table names for columns in validates_uniquness_of's WHERE clause...
Marcel Molina
2006-01-13
2
-3
/
+5
*
Fix typo in function name mapping in auto_complete_field. Closes #3446.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Ignore version mismatch between pg_dump and the database server. Closes #3457.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Show a message on script/server exit before reaping FCGIs
Sam Stephenson
2006-01-13
1
-0
/
+1
*
Reap FCGI processes after lighttpd exits
Sam Stephenson
2006-01-12
2
-2
/
+14
*
Allow auto-discovery of third party template library layouts.
Marcel Molina
2006-01-12
7
-2
/
+69
*
fix for Initializer doc, routing is loaded last so that plugins can extend it
Tobias Lütke
2006-01-11
1
-1
/
+1
*
Fixed that .with_scope imposed create parameters bypass attr_protected
Tobias Lütke
2006-01-10
2
-2
/
+5
*
Fix doc bug
David Heinemeier Hansson
2006-01-09
1
-1
/
+1
*
Make HashWithIndifferentAccess#update behave like Hash#update by returning th...
Marcel Molina
2006-01-08
3
-2
/
+30
*
Have the form builder output radio button, not check box, when calling the ra...
Marcel Molina
2006-01-06
2
-1
/
+3
[next]