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 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
*
Document Active Support's Module::delegate. Closes #5002.
Jeremy Kemper
2006-05-08
2
-2
/
+29
*
The app generator sets a session key in application.rb so apps running on the...
Jeremy Kemper
2006-05-07
3
-4
/
+13
*
Dates and times interpret empty strings as nil rather than 2000-01-01. Closes...
Jeremy Kemper
2006-05-07
3
-1
/
+29
*
uniq preserves order. References [4325].
Jeremy Kemper
2006-05-07
3
-8
/
+19
*
Allow :uniq => true with has_many :through associations.
Jeremy Kemper
2006-05-06
10
-48
/
+63
*
Distinguish the spawners for different processes
David Heinemeier Hansson
2006-05-02
2
-1
/
+3
*
Added -n/--process to script/process/spawner name the process pid (default is...
David Heinemeier Hansson
2006-05-02
1
-1
/
+1
*
Added -n/--process to script/process/spawner name the process pid (default is...
David Heinemeier Hansson
2006-05-02
2
-1
/
+5
*
Add README to gem [Dave Thomas]
Scott Barron
2006-05-01
1
-1
/
+1
*
Make the inspector work on debian (closes #4935) [Lars pind]
David Heinemeier Hansson
2006-05-01
1
-1
/
+1
*
Small fix in routing to allow dynamic routes (broken after [4242]) [Rick]
Rick Olson
2006-04-30
3
-3
/
+15
*
Namespaced OrderedHash so the Rails implementation does not clash with any ot...
Rick Olson
2006-04-30
4
-29
/
+21
*
Add Integration Session methods for PUT and DELETE requests [Rick]
Rick Olson
2006-04-30
1
-7
/
+10
*
Use reverse_each rather than reverse.each. [Marcel Molina Jr.]
Marcel Molina
2006-04-30
1
-1
/
+1
*
Ensure that StringIO is always available for the Schema dumper. [Marcel Molin...
Marcel Molina
2006-04-30
2
-0
/
+4
*
Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....
Marcel Molina
2006-04-29
4
-0
/
+28
*
Replace superfluous name_to_class_name variant with camelize. [Marcel Molina ...
Marcel Molina
2006-04-29
2
-4
/
+3
[next]