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
*
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
*
r4664@asus: jeremy | 2006-06-19 18:55:36 -0700
Jeremy Kemper
2006-06-20
6
-6
/
+105
*
r4663@asus: jeremy | 2006-06-19 17:23:57 -0700
Jeremy Kemper
2006-06-20
2
-63
/
+70
*
r4644@asus: jeremy | 2006-06-16 14:57:03 -0700
Jeremy Kemper
2006-06-19
11
-120
/
+273
*
Change AR::Base#to_param to return a String instead of a Fixnum. Closes #5320.
Nicholas Seckar
2006-06-19
3
-2
/
+8
*
Enhance Symbol#to_proc so it works with list objects, such as multi-dimension...
Rick Olson
2006-06-17
3
-1
/
+8
*
Fix that routes with *path segments in the recall can generate URLs. [Rick]
Rick Olson
2006-06-17
3
-1
/
+12
*
Added Hash.create_from_xml(string) which will create a hash from a XML string...
David Heinemeier Hansson
2006-06-16
7
-143
/
+236
*
Added Jim Weirich's excellent FlexMock class to vendor (Copyright 2003, 2004 ...
David Heinemeier Hansson
2006-06-16
2
-0
/
+86
*
add passing test to make sure unhandled requests don't load unnecessary class...
Rick Olson
2006-06-16
1
-6
/
+23
*
Fix script/plugin so it doesn't barf on invalid URLs [Rick]
Rick Olson
2006-06-12
2
-6
/
+12
*
Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]
Rick Olson
2006-06-11
2
-1
/
+3
*
Fix bug with 'script/plugin install' so it reports unknown plugin names corre...
Rick Olson
2006-06-09
2
-1
/
+3
*
Fix strip_links so that it doesn't hang on multi-line acronym tags
Jamis Buck
2006-06-08
2
-1
/
+3
*
Remove problematic control chars in rescue template. (closes #5316)
Jamis Buck
2006-06-08
2
-4
/
+6
*
Make sure passed routing options are not mutated by routing code. (closes #5314)
Jamis Buck
2006-06-07
3
-7
/
+28
*
Do some path normalization to prevent the possible_controllers list from cont...
Jamis Buck
2006-06-07
2
-6
/
+43
*
Make sure named routes are never generated relative to some containing module
Jamis Buck
2006-06-06
2
-2
/
+25
*
Improve parameter expiry handling to fix sticky-id issue. Add a more informat...
Jamis Buck
2006-06-06
2
-9
/
+64
*
Include uninstall.rb (closes #5003)
David Heinemeier Hansson
2006-06-06
1
-0
/
+1
*
Remove dependency on Pathname in new routes
Jamis Buck
2006-06-05
1
-2
/
+0
*
Make sure changing the controller from foo/bar to bing/bang does not change r...
Jamis Buck
2006-06-05
3
-1
/
+12
*
Use explicit delegation instead of method aliasing for AR::Base.to_param -> A...
Jamis Buck
2006-06-05
2
-1
/
+6
*
Escape the entire path before trying to recognize it (closes #3671)
Jamis Buck
2006-06-05
3
-1
/
+13
*
Make sure :id and friends are properly unescaped (closes #5275).
Jamis Buck
2006-06-05
3
-1
/
+22
*
Make sure regexp chunks are grouped when the segment has a regexp constraint ...
Jamis Buck
2006-06-05
2
-1
/
+24
*
Fix documentation for with_routing to reflect new reality (closes #5281)
Jamis Buck
2006-06-05
2
-7
/
+11
*
Added binary formatting
David Heinemeier Hansson
2006-06-04
1
-1
/
+2
*
Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ...
David Heinemeier Hansson
2006-06-04
5
-275
/
+325
*
Rolled back broken aliasing
David Heinemeier Hansson
2006-06-03
1
-10
/
+4
*
Fixed that Module#alias_method_chain should work with both foo? foo! and foo ...
David Heinemeier Hansson
2006-06-03
3
-10
/
+40
[next]