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 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
*
Don't use transactional fixtures for when DDL changes are involved.
Jeremy Kemper
2005-12-04
2
-0
/
+3
*
MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...
Jeremy Kemper
2005-12-03
2
-7
/
+11
*
Add install.rb file to plugin generation which is loaded, if it exists, when ...
Marcel Molina
2005-12-03
5
-1
/
+14
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
17
-446
/
+520
*
Work-in progress for providing better join model support and polymorphic asso...
David Heinemeier Hansson
2005-12-02
13
-44
/
+194
*
Fix docs for text_area_tag. Closes #3083.
Marcel Molina
2005-12-02
2
-1
/
+3
*
Allow validate_uniqueness_of to be scoped by more than just one column. Close...
Marcel Molina
2005-12-02
3
-5
/
+41
*
Firebird: active? and reconnect! methods for handling stale connections. Ref...
Jeremy Kemper
2005-12-02
2
-2
/
+25
*
Silence deprecation warnings for keep_flash when running tests.
Marcel Molina
2005-12-02
1
-1
/
+1
*
Firebird: updated for FireRuby 0.4.0. References #3009.
Jeremy Kemper
2005-12-02
2
-67
/
+37
*
Change form_for and fields_for method signatures to take object name and obje...
Marcel Molina
2005-12-02
5
-33
/
+22
*
Run initialize_logger in script/lighttpd to ensure the log file exists before...
Sam Stephenson
2005-11-30
3
-6
/
+11
*
Make load_fixtures include csv fixtures. Closes #3053.
Marcel Molina
2005-11-28
2
-1
/
+3
*
PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...
Jeremy Kemper
2005-11-28
2
-3
/
+5
*
MySQL: active? compatibility with the pure-Ruby driver. References #428.
Jeremy Kemper
2005-11-28
2
-1
/
+7
*
Handle mutual dependencies with .rb suffix.
Jeremy Kemper
2005-11-28
3
-15
/
+15
*
Fix freeze_gems so that the latest rails version is dumped by default
Nicholas Seckar
2005-11-28
2
-2
/
+5
*
Introduce Dependencies.warnings_on_first_load setting. If true, enables warn...
Jeremy Kemper
2005-11-24
3
-2
/
+11
*
Oracle: active? check pings the database rather than testing the last command...
Jeremy Kemper
2005-11-24
2
-17
/
+17
*
Credit everybody that helped =)
Florian Weber
2005-11-24
1
-1
/
+1
*
Made test_update_attributes_after_push_without_duplicate_join_table_rows pass...
Florian Weber
2005-11-24
1
-2
/
+2
*
SQLServer: resolve column aliasing/quoting collision when using limit or offs...
Jeremy Kemper
2005-11-24
2
-1
/
+8
*
Reloading a model doesn't lose track of its connection. References #2996.
Jeremy Kemper
2005-11-24
13
-19
/
+33
*
Sever infinite loop for mutual dependencies. Closes #2997.
Jeremy Kemper
2005-11-24
5
-7
/
+38
*
Dependencies: set load_file_name = file_name if it ends in .rb
Jeremy Kemper
2005-11-23
1
-1
/
+1
*
script/plugin: handle root paths and plugin names which contain spaces. Refe...
Jeremy Kemper
2005-11-23
2
-10
/
+13
*
Introduce :selected option to the select helper. Allows you to specify a sel...
Jeremy Kemper
2005-11-23
3
-2
/
+26
[next]