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 special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...
David Heinemeier Hansson
2006-07-05
3
-1
/
+4
*
Typo in alias_method_chain rdoc.
Jeremy Kemper
2006-07-03
1
-1
/
+1
*
Add forgotten test/abstract_unit
Jeremy Kemper
2006-07-03
1
-0
/
+7
*
Minor tweak to improve performance of ActiveRecord::Base#to_param
Nicholas Seckar
2006-07-03
2
-1
/
+3
*
Generate scaffold layout in subdirectory appropriate to its module nesting. C...
Jeremy Kemper
2006-07-01
2
-1
/
+7
*
fix regexp typo
Jeremy Kemper
2006-06-30
1
-1
/
+1
*
r4748@asus: jeremy | 2006-06-29 22:40:35 -0700
Jeremy Kemper
2006-06-30
2
-2
/
+2
*
Mailer template root applies to a class and its subclasses rather than acting...
Jeremy Kemper
2006-06-30
7
-34
/
+22
*
Fixed proper form-encoded parameter parsing for requests with "Content-Type: ...
David Heinemeier Hansson
2006-06-30
2
-1
/
+3
*
r4738@asus: jeremy | 2006-06-29 20:18:43 -0700
Jeremy Kemper
2006-06-30
3
-49
/
+96
*
Add route_name_path method to generate only the path for a named routes. For ...
Nicholas Seckar
2006-06-30
4
-39
/
+58
*
Missing method_key.
Jeremy Kemper
2006-06-30
1
-2
/
+2
*
Retain symbol method key and assign_method_name.
Jeremy Kemper
2006-06-29
1
-3
/
+7
*
r4732@asus: jeremy | 2006-06-29 13:51:32 -0700
Jeremy Kemper
2006-06-29
1
-1
/
+4
*
r4730@asus: jeremy | 2006-06-29 13:13:38 -0700
Jeremy Kemper
2006-06-29
5
-34
/
+22
*
r4724@asus: jeremy | 2006-06-28 19:22:46 -0700
Jeremy Kemper
2006-06-29
2
-33
/
+19
*
More compatible Hash.create_from_xml. Closes #5523.
Jeremy Kemper
2006-06-29
3
-0
/
+27
*
Resolve conflict among mailer actions with the same name. Closes #5520.
Jeremy Kemper
2006-06-29
8
-6
/
+46
*
r4720@asus: jeremy | 2006-06-28 18:12:57 -0700
Jeremy Kemper
2006-06-29
1
-2
/
+4
*
script/server prefers mongrel over lighttpd
Jeremy Kemper
2006-06-29
2
-4
/
+4
*
Mongrel: script/server tails the rails log like it does with lighttpd. Closes...
Jeremy Kemper
2006-06-29
4
-19
/
+29
*
Don't assume Active Record is available. Closes #5497.
Jeremy Kemper
2006-06-28
3
-11
/
+17
*
Mongrel: script/server works on Win32. Closes #5499.
Jeremy Kemper
2006-06-28
3
-5
/
+14
*
rake build_mysql_database grants permissions to rails@localhost. Closes #5501.
Jeremy Kemper
2006-06-28
2
-0
/
+4
*
Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.
Nicholas Seckar
2006-06-28
12
-35
/
+37
*
Fix CGI extensions when they expect string but get nil in Windows. Closes #52...
Marcel Molina
2006-06-28
2
-1
/
+3
*
Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [K...
Marcel Molina
2006-06-27
3
-1
/
+15
*
Enumerable#sum without blocks. Closes #5505. Don't assume 0 identity for sum.
Jeremy Kemper
2006-06-25
3
-10
/
+38
*
PostgreSQL: support microsecond time resolution. Closes #5492.
Jeremy Kemper
2006-06-25
5
-7
/
+29
*
Add AssociationCollection#sum since the method_missing invokation has been sh...
Nicholas Seckar
2006-06-25
3
-0
/
+11
*
Initial check-in of Active Resourse
David Heinemeier Hansson
2006-06-25
12
-0
/
+543
*
Add Enumerable#index_by
Nicholas Seckar
2006-06-24
2
-0
/
+25
*
Cant use separate module [DHH]
David Heinemeier Hansson
2006-06-24
1
-2
/
+0
*
Added Enumerable#sum for calculating a sum from the elements [DHH]
David Heinemeier Hansson
2006-06-24
3
-2
/
+28
*
Mongrel support for script/server. Closes #5475.
Jeremy Kemper
2006-06-23
3
-7
/
+58
*
Correct and clarify Array#to_sentence docs. Closes #5458.
Jeremy Kemper
2006-06-22
2
-2
/
+4
*
Get there
Jeremy Kemper
2006-06-21
1
-1
/
+1
*
preserve chained method punctuation
Jeremy Kemper
2006-06-21
1
-1
/
+1
*
alias_method_chain preserves method punctuation so foo, foo?, and foo! may be...
Jeremy Kemper
2006-06-21
3
-4
/
+22
*
prefer sibling actionpack
Jeremy Kemper
2006-06-21
1
-5
/
+4
*
documentation fixes for ActionController::Verification::ClassMethods verify m...
Rick Olson
2006-06-21
1
-5
/
+10
*
Fix in auto_complete_result documentation. closes #5096. [medlar@medlar.it]
Rick Olson
2006-06-21
1
-1
/
+1
*
Don't use keywords as local vars in documentation. Closes #5291. [jeremy@pla...
Rick Olson
2006-06-21
1
-4
/
+4
*
Fix indent in pagination documentation. Closes #4990. [Kevin Clark]
Rick Olson
2006-06-21
1
-2
/
+1
*
Remove some cruft from the framework:update:configs task and fix the document...
Rick Olson
2006-06-21
1
-3
/
+1
*
Determine the correct template_root for deeply nested components. Closes #2841.
Jeremy Kemper
2006-06-21
3
-3
/
+24
*
Added find_or_initialize_by_X which works like find_or_create_by_X but doesn'...
Sam Stephenson
2006-06-20
3
-2
/
+30
*
r4669@asus: jeremy | 2006-06-20 12:53:36 -0700
Jeremy Kemper
2006-06-20
1
-21
/
+35
*
Include rails -v / rails --version in app generator usage. Closes #5440.
Jeremy Kemper
2006-06-20
1
-1
/
+5
*
r4667@asus: jeremy | 2006-06-20 00:59:15 -0700
Jeremy Kemper
2006-06-20
1
-1
/
+1
[next]