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
...
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
3
-2
/
+15
*
Fix typo in association docs. Closes #3296.
Marcel Molina
2005-12-20
2
-1
/
+3
*
Add additional RJS functionality: alert, redirect_to, call, assign, and <<
Sam Stephenson
2005-12-20
3
-9
/
+60
*
Documentation fixes
Nicholas Seckar
2005-12-19
2
-1
/
+3
*
Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...
Marcel Molina
2005-12-18
2
-3
/
+9
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
4
-2
/
+17
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
7
-4
/
+39
*
Add Object#with_options for DRYing up multiple calls to methods having shared...
Sam Stephenson
2005-12-15
5
-0
/
+73
*
Update trunk to scriptaculous 1.5 final
Thomas Fuchs
2005-12-13
2
-0
/
+4
*
Don't used defined? on a scoped constant since it results in a const_missing ...
Jeremy Kemper
2005-12-13
1
-1
/
+1
*
Update to Prototype 1.4.0 final
Sam Stephenson
2005-12-13
4
-16
/
+54
*
Roll back [3244]. References #3116.
Jeremy Kemper
2005-12-13
2
-3
/
+1
*
MySQL: allow encoding option for mysql.rb driver.
Jeremy Kemper
2005-12-13
2
-5
/
+3
*
Fix typo in benchmarker usage string.
Marcel Molina
2005-12-13
1
-1
/
+1
*
Fix typo in profiler usage string.
Marcel Molina
2005-12-13
1
-1
/
+1
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
11
-25
/
+82
*
Update to script.aculo.us 1.5.0_rc6
Thomas Fuchs
2005-12-12
6
-880
/
+874
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
6
-3
/
+29
*
Remove duplicate entry from chagnelogs.
Marcel Molina
2005-12-11
1
-2
/
+0
*
Update instructions on how to find and install generators. Closes #3172.
Marcel Molina
2005-12-11
2
-2
/
+6
*
MySQL: fixes for the bundled mysql.rb driver. References #3160.
Jeremy Kemper
2005-12-10
2
-8
/
+11
*
Close h1 with h1 not h2 (closes #3150)
David Heinemeier Hansson
2005-12-10
1
-1
/
+1
*
SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...
Jeremy Kemper
2005-12-10
2
-4
/
+18
*
Added form_remote_for [DHH]
David Heinemeier Hansson
2005-12-10
1
-1
/
+7
*
Name vendor/generators source differently from lib/generators source.
Jeremy Kemper
2005-12-09
1
-2
/
+2
*
MySQL: ensure that @config is set.
Jeremy Kemper
2005-12-09
1
-3
/
+2
*
Generator looks in vendor/generators also.
Jeremy Kemper
2005-12-09
2
-2
/
+7
*
Fix bundled mysql.rb to correctly check for PROTO_41. Fixed scramble41 with ...
Jeremy Kemper
2005-12-09
1
-43
/
+37
*
Fix shebang handling for empty files. References #2927.
Jeremy Kemper
2005-12-09
1
-4
/
+3
*
Generator copies files in binary mode. References #3156.
Jeremy Kemper
2005-12-09
2
-2
/
+4
*
Fix some test failures due to MySQL assumptions. Closes #3149.
Jeremy Kemper
2005-12-08
2
-6
/
+15
*
Oracle: active? performs a select instead of a commit. References #3133.
Jeremy Kemper
2005-12-08
2
-1
/
+3
*
Remove insignificant classes from docs
David Heinemeier Hansson
2005-12-08
2
-3
/
+3
*
MySQL: more robust test for nullified result hashes. References #3124.
Jeremy Kemper
2005-12-08
2
-8
/
+4
*
SQLite: find database file when RAILS_ROOT is a symlink. References #3116.
Jeremy Kemper
2005-12-08
2
-1
/
+3
*
Reloading an instance refreshes its aggregations as well as its associations....
Jeremy Kemper
2005-12-08
5
-0
/
+32
*
Fixed that using :include together with :conditions array in Base.find would ...
David Heinemeier Hansson
2005-12-08
3
-3
/
+30
*
More robust relative url root discovery for SCGI compatibility. This solves ...
Jeremy Kemper
2005-12-08
3
-1
/
+9
*
PostgreSQL: more robust sequence name discovery. References #3087.
Jeremy Kemper
2005-12-08
3
-5
/
+9
*
Oracle: use syntax compatible with Oracle 8. References #3131.
Jeremy Kemper
2005-12-08
2
-6
/
+7
*
Warn people not to change boot.rb
David Heinemeier Hansson
2005-12-08
1
-0
/
+2
*
Finish polish on new welcome screen
David Heinemeier Hansson
2005-12-08
1
-16
/
+14
*
Fixed RDoc warnings [DHH]
David Heinemeier Hansson
2005-12-08
2
-2
/
+2
*
Fix has_many :through
David Heinemeier Hansson
2005-12-07
1
-0
/
+1
*
Add builtin/ to the gemspec. Closes #3047.
Sam Stephenson
2005-12-06
2
-0
/
+3
*
Dont overwrite the documentation from the real base class
David Heinemeier Hansson
2005-12-05
1
-1
/
+0
*
Clear the connection cache entry when a new connection is established on the ...
Jeremy Kemper
2005-12-05
2
-21
/
+24
*
Clear connection cache after rolling back transaction.
Jeremy Kemper
2005-12-05
1
-2
/
+1
*
Move dummy active? and reconnect! from sqlite to base adapter. References #428.
Jeremy Kemper
2005-12-04
2
-13
/
+13
*
Connection cache to speed up retrieve_connection and get rid of dirty connect...
Jeremy Kemper
2005-12-04
5
-37
/
+13
[prev]
[next]