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
*
Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...
David Heinemeier Hansson
2005-01-10
7
-86
/
+153
*
Fixed random ordering of test cases that would cause errors on some systems #...
David Heinemeier Hansson
2005-01-10
1
-2
/
+5
*
Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...
David Heinemeier Hansson
2005-01-10
3
-0
/
+321
*
Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat]
David Heinemeier Hansson
2005-01-10
3
-5
/
+30
*
Fixed three issues with retrying breakpoints #417 [Florian Gross]
David Heinemeier Hansson
2005-01-10
2
-4
/
+14
*
Some missing docs
David Heinemeier Hansson
2005-01-10
3
-4
/
+18
*
Updated caching to include action caching as well and simplified the name/key...
David Heinemeier Hansson
2005-01-10
2
-44
/
+184
*
Added that Observers can use the observes class method instead of overwriting...
David Heinemeier Hansson
2005-01-10
1
-1
/
+5
*
Also accepts Symbols and Classes by calling .to_s on the word supplied
David Heinemeier Hansson
2005-01-10
1
-5
/
+5
*
Added time unit extensions to Fixnum that'll return the period in seconds, li...
David Heinemeier Hansson
2005-01-10
4
-0
/
+54
*
Added that all renders and redirects now return false, so they can be used as...
David Heinemeier Hansson
2005-01-10
2
-0
/
+17
*
Apparently the temp hack for functional tests was still needed
David Heinemeier Hansson
2005-01-10
1
-0
/
+16
*
Removed temporary hack for test/unit problems that only worked for functional...
David Heinemeier Hansson
2005-01-10
1
-16
/
+0
*
Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2
David Heinemeier Hansson
2005-01-10
4
-1
/
+6
*
Added run time fix for the test/unit problems with Ruby 1.8.2
David Heinemeier Hansson
2005-01-10
1
-0
/
+24
*
Added more core_ext to install.rb
David Heinemeier Hansson
2005-01-09
1
-1
/
+1
*
Added more core_ext to install.rb
David Heinemeier Hansson
2005-01-09
1
-0
/
+1
*
Updated install.rb
David Heinemeier Hansson
2005-01-09
1
-1
/
+1
*
Removed last trace of ill-conceived authentication framework
David Heinemeier Hansson
2005-01-09
1
-2
/
+0
*
Removed authentication framework as xal made me realize that with noradios co...
David Heinemeier Hansson
2005-01-09
3
-206
/
+0
*
Added conditional filters #431 [Marcel]
David Heinemeier Hansson
2005-01-09
3
-16
/
+213
*
Added write_inheritable_hash to use with conditional filters in Action Pack
David Heinemeier Hansson
2005-01-09
1
-0
/
+5
*
Added :before option to authentication
David Heinemeier Hansson
2005-01-09
3
-3
/
+21
*
Added authentication framework to protect actions behind a condition and redi...
David Heinemeier Hansson
2005-01-09
7
-2
/
+200
*
Added the first of the coming core extensions
David Heinemeier Hansson
2005-01-09
1
-1
/
+1
*
Added the first of the coming core extensions
David Heinemeier Hansson
2005-01-09
3
-0
/
+21
*
Added rewrite conditions needed for page caching to work
David Heinemeier Hansson
2005-01-08
1
-0
/
+6
*
Taken out as noradio took over
David Heinemeier Hansson
2005-01-08
1
-23
/
+0
*
Added first stab at page and fragment caching
David Heinemeier Hansson
2005-01-08
4
-2
/
+205
*
Fixed rewriting of dashes, lashes
David Heinemeier Hansson
2005-01-08
1
-1
/
+1
*
Fixed that conditions in has_many and has_and_belongs_to_many should be inter...
David Heinemeier Hansson
2005-01-07
3
-2
/
+4
*
Simplified the set_cookie method and made it indifferent to symbol or string ...
David Heinemeier Hansson
2005-01-06
1
-3
/
+3
*
Fixed WEBrick servlet slowdown over time by restricting the load path reloadi...
David Heinemeier Hansson
2005-01-06
2
-1
/
+3
*
Fixed Base#update_attribute to be indifferent to whether a string or symbol i...
David Heinemeier Hansson
2005-01-06
4
-2
/
+7
*
Added Base#toggle(attribute) and Base#toggle!(attribute) that makes it easier...
David Heinemeier Hansson
2005-01-06
3
-7
/
+93
*
Fixed small issue with ARGV and IRB
David Heinemeier Hansson
2005-01-05
1
-524
/
+526
*
Added the possibility of passing nil to UrlHelper#link_to to use the link its...
David Heinemeier Hansson
2005-01-05
4
-15
/
+46
*
Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...
David Heinemeier Hansson
2005-01-04
2
-1
/
+6
*
Include package dependency information
David Heinemeier Hansson
2005-01-04
1
-0
/
+2
*
Upgrade the dependencies of the Rails gem
David Heinemeier Hansson
2005-01-04
1
-3
/
+3
*
Prepared for release of 0.9.3
David Heinemeier Hansson
2005-01-04
7
-57
/
+66
*
Minor tweak for readability
David Heinemeier Hansson
2005-01-04
1
-1
/
+1
*
Fixed some thread safety issues with DB2
David Heinemeier Hansson
2005-01-04
1
-20
/
+23
*
Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...
David Heinemeier Hansson
2005-01-04
2
-0
/
+98
*
Fixed #406 for real
David Heinemeier Hansson
2005-01-04
1
-2
/
+2
*
Fixed that validates_uniqueness_of used 'id' instead of defined primary key #406
David Heinemeier Hansson
2005-01-04
2
-2
/
+4
*
Fixed that the overwritten respond_to? method didn't take two parameters like...
David Heinemeier Hansson
2005-01-03
1
-2
/
+2
*
Fixed that the overwritten respond_to? method didn't take two parameters like...
David Heinemeier Hansson
2005-01-03
2
-2
/
+4
*
Added support for SQLite in the auto-dumping/importing of schemas for develop...
David Heinemeier Hansson
2005-01-03
2
-0
/
+8
*
Fixed the last details to please DB2
David Heinemeier Hansson
2005-01-03
3
-4
/
+10
[next]