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
*
Fixed that foreign keys named the same as the association would cause stack o...
David Heinemeier Hansson
2005-01-11
8
-4
/
+36
*
Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke]
David Heinemeier Hansson
2005-01-11
2
-1
/
+3
*
Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...
David Heinemeier Hansson
2005-01-11
2
-1
/
+3
*
Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da...
David Heinemeier Hansson
2005-01-11
3
-14
/
+17
*
Added that form helpers now take an index option #448 [Tim Bates]
David Heinemeier Hansson
2005-01-10
2
-2
/
+33
*
Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibi...
David Heinemeier Hansson
2005-01-10
2
-1
/
+3
*
Added Base#reload that reloads the attributes of an object from the database ...
David Heinemeier Hansson
2005-01-10
3
-2
/
+20
*
Fixed script/console to work with Windows (that requires the use of irb.bat) ...
David Heinemeier Hansson
2005-01-10
2
-2
/
+9
*
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
[next]