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
*
Add a list of regexes assert_queries skips in the ActiveRecord test suite. [...
Rick Olson
2006-05-31
2
-1
/
+7
*
Added interrogation of params[:format] to determine Accept type. If :format i...
David Heinemeier Hansson
2006-05-31
4
-1
/
+71
*
Make "script/plugin install" work with svn+ssh URLs
Sam Stephenson
2006-05-31
2
-1
/
+3
*
Easy way to set accepting for functional tests
David Heinemeier Hansson
2006-05-31
1
-0
/
+4
*
If not passing a hash, assume :id => whatever
David Heinemeier Hansson
2006-05-31
1
-1
/
+1
*
band-aid for oracle
Rick Olson
2006-05-29
1
-2
/
+2
*
Fix the has_and_belongs_to_many #create doesn't populate the join for new rec...
Rick Olson
2006-05-29
4
-0
/
+47
*
Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...
David Heinemeier Hansson
2006-05-29
1
-0
/
+6
*
Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...
David Heinemeier Hansson
2006-05-29
3
-4
/
+14
*
Added :method handling for other verbs to remote_form_tag and remote_form_for...
David Heinemeier Hansson
2006-05-28
5
-10
/
+22
*
Added lib/ to the directories that will get application docs generated [DHH]
David Heinemeier Hansson
2006-05-28
2
-0
/
+3
*
Provide Association Extensions access to the instance that the association is...
Rick Olson
2006-05-28
5
-1
/
+57
*
Expanded :method option in FormHelper#form_tag to allow for verbs other than ...
David Heinemeier Hansson
2006-05-28
4
-3
/
+47
*
Added :method option to UrlHelper#link_to, which allows for using other verbs...
David Heinemeier Hansson
2006-05-28
3
-15
/
+38
*
Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick ...
Marcel Molina
2006-05-24
2
-1
/
+3
*
Add generator files...
Marcel Molina
2006-05-23
4
-0
/
+43
*
Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]
Marcel Molina
2006-05-23
1
-0
/
+2
*
Add a quick note about :select and eagerly included associations. [Rick]
Rick Olson
2006-05-23
2
-1
/
+4
*
preliminary support for plugin meta files
Rick Olson
2006-05-23
1
-14
/
+50
*
follow_redirect doesn't complain about being redirected to the same controlle...
Jeremy Kemper
2006-05-22
3
-9
/
+44
*
Session migration generator obeys pluralize_table_names. Closes #5145.
Jeremy Kemper
2006-05-22
4
-5
/
+15
*
Normalize classify's argument to a String so that it plays nice with Symbols....
Marcel Molina
2006-05-22
3
-1
/
+9
*
Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@...
Rick Olson
2006-05-22
2
-1
/
+5
*
Make Oracle happy
David Heinemeier Hansson
2006-05-21
1
-1
/
+1
*
Add modifications to database rake tasks as part of #5139. [schoenm@earthlink...
Marcel Molina
2006-05-21
1
-3
/
+3
*
Minor style tweaks
David Heinemeier Hansson
2006-05-21
2
-8
/
+4
*
Fixed that has_many collections shouldn't load the entire association to do b...
David Heinemeier Hansson
2006-05-21
4
-3
/
+66
*
Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]
David Heinemeier Hansson
2006-05-21
5
-18
/
+85
*
Disabling sessions is not a common day event
David Heinemeier Hansson
2006-05-21
1
-4
/
+1
*
Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]
Marcel Molina
2006-05-21
6
-42
/
+48
*
Strip out leading schema name in classify. References #5139. [schoenm@earthli...
Marcel Molina
2006-05-21
2
-1
/
+5
*
Remove Enumerable#first_match in favor of using break(result_for_each)
Nicholas Seckar
2006-05-21
3
-18
/
+13
*
create! no longer blows up when no attributes are passed and a :create scope ...
Jeremy Kemper
2006-05-19
3
-0
/
+9
*
Change the request.env example in AC::Base docs to a var that exists (REMOTE_...
Jeremy Kemper
2006-05-17
1
-3
/
+3
*
Add layout attribute to response object with the name of the layout that was ...
Marcel Molina
2006-05-17
4
-1
/
+55
*
Make Array#in_groups_of just return the grouped collection if a block isn't g...
Marcel Molina
2006-05-17
3
-2
/
+9
*
performance enhancement for previous patch [skaes]
Michael Koziarski
2006-05-16
1
-1
/
+1
*
Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955
Michael Koziarski
2006-05-16
3
-0
/
+9
*
Call Inflector#demodulize on the class name when eagerly including an STI mod...
Rick Olson
2006-05-15
3
-1
/
+10
*
Fix flip flopped logic in docs for url_for's :only_path option. Closes #4998....
Marcel Molina
2006-05-14
2
-1
/
+3
*
Preserve MySQL boolean column defaults when changing a column in a migration....
Marcel Molina
2006-05-14
4
-2
/
+14
*
Don't destroy a HashWithIndifferentAccess if symbolize_keys! or stringify_ke...
Marcel Molina
2006-05-14
3
-0
/
+16
*
Wipe those tears.. References [4335].
Jeremy Kemper
2006-05-12
1
-16
/
+8
*
rake test:recent understands subdirectories. Closes #2925.
Jeremy Kemper
2006-05-12
2
-5
/
+22
*
The app generator detects the XAMPP package's MySQL socket location. Closes #...
Jeremy Kemper
2006-05-12
2
-1
/
+4
*
PostgreSQL: migrations support :limit with :integer columns by mapping limit ...
Jeremy Kemper
2006-05-12
3
-0
/
+54
*
form.text_area handles the :size option just like the original text_area (:si...
Jeremy Kemper
2006-05-11
3
-0
/
+14
*
ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...
Marcel Molina
2006-05-10
2
-36
/
+102
*
Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.
Jeremy Kemper
2006-05-09
3
-2
/
+6
*
Trim typo.
Jeremy Kemper
2006-05-08
1
-1
/
+1
[next]