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
...
*
PostgreSQL: autodetected sequences work correctly with multiple schemas. Rely...
Jeremy Kemper
2006-08-09
3
-5
/
+80
*
Add missing mock directories from the autoload_paths configuration. [Rick Ol...
Rick Olson
2006-08-09
2
-2
/
+6
*
Nested controller scaffolding also nests the generated layout.
Jeremy Kemper
2006-08-09
2
-3
/
+4
*
Require Tempfile explicitly for TestUploadedFile due to changes in class auto...
Rick Olson
2006-08-09
2
-0
/
+3
*
Add RoutingError exception when RouteSet fails to generate a path from a Name...
Rick Olson
2006-08-09
2
-7
/
+9
*
be sure to require_dependency on 'application', so that dependency loading is...
Jamis Buck
2006-08-08
1
-1
/
+1
*
Add forgotten files; Fix double loading errors.
Nicholas Seckar
2006-08-08
4
-17
/
+25
*
Checkin forgotten add. Update const_missing handler to avoid double loading f...
Nicholas Seckar
2006-08-08
2
-1
/
+10
*
New dependencies implementation
Nicholas Seckar
2006-08-08
27
-73
/
+455
*
Cache nil results for has_one associations so multiple calls don't call the d...
Rick Olson
2006-08-08
4
-7
/
+14
*
separate warn method for easier localization override
Jeremy Kemper
2006-08-08
1
-1
/
+5
*
Include called method in instance variable deprecation warning.
Jeremy Kemper
2006-08-08
2
-9
/
+4
*
DateTime#to_time gives hour/minute/second resolution. Closes #5747.
Jeremy Kemper
2006-08-07
3
-4
/
+14
*
Deprecation: check whether instance variables have been monkeyed with before ...
Jeremy Kemper
2006-08-07
3
-4
/
+29
*
Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...
Rick Olson
2006-08-07
2
-1
/
+3
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
14
-32
/
+66
*
Add support for the param_name parameter to the auto_complete_field helper. F...
Thomas Fuchs
2006-08-07
3
-0
/
+5
*
Add documentation for how to disable timestamps on a per model basis. Closes ...
Marcel Molina
2006-08-07
2
-0
/
+11
*
Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]
Marcel Molina
2006-08-07
2
-2
/
+4
*
it's me, john wayne
Nicholas Seckar
2006-08-07
1
-12
/
+0
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
7
-47
/
+92
*
Don't warn when the deprecated ivar proxy is instantiated.
Jeremy Kemper
2006-08-07
2
-5
/
+3
*
attr_internal to support namespacing and deprecation
Jeremy Kemper
2006-08-07
4
-0
/
+90
*
Proper initialization
David Heinemeier Hansson
2006-08-06
1
-1
/
+1
*
Don't save has_one associations unnecessarily. Closes #5735.
Jeremy Kemper
2006-08-06
3
-1
/
+20
*
add Rdocs to map.resources
Rick Olson
2006-08-06
1
-0
/
+104
*
Remove requires from webrick server; they were causing dispatcher.rb to be do...
Nicholas Seckar
2006-08-06
1
-4
/
+1
*
Move method
Nicholas Seckar
2006-08-06
1
-8
/
+8
*
Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.
Nicholas Seckar
2006-08-06
4
-3
/
+102
*
fixed lifecycle tests so they instantiate the observers
Rick Olson
2006-08-06
1
-1
/
+3
*
Tweak the Rails load order so observers are loaded after plugins, and reloade...
Rick Olson
2006-08-06
3
-3
/
+12
*
Refactor ActiveRecord::Base.reset_subclasses to #reset, and add global observ...
Rick Olson
2006-08-06
3
-2
/
+22
*
Formally deprecate the deprecated finders. [Koz]
Michael Koziarski
2006-08-05
2
-0
/
+5
*
Raise fully qualified names upon name errors. Closes #5533.
Nicholas Seckar
2006-08-05
5
-5
/
+53
*
Formally deprecate rich associations. [Koz]
Michael Koziarski
2006-08-05
2
-1
/
+6
*
Add extention to obtain the missing constant from NameError instances
Nicholas Seckar
2006-08-05
3
-0
/
+44
*
I know we all love > but we can't all have them
Nicholas Seckar
2006-08-05
1
-1
/
+0
*
Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674
Nicholas Seckar
2006-08-05
3
-11
/
+66
*
Added that you can change the web server port in config/lighttpd.conf from sc...
David Heinemeier Hansson
2006-08-05
2
-0
/
+19
*
Make test_tag_options pass (closes #5600) [shugo]
David Heinemeier Hansson
2006-08-05
1
-1
/
+1
*
Added months and years to the resolution of DateHelper#distance_of_time_in_wo...
David Heinemeier Hansson
2006-08-05
3
-5
/
+21
*
script/performance/profiler compatibility with the new ruby-prof, including a...
Jeremy Kemper
2006-08-05
2
-9
/
+27
*
Mention reload! when talking about console (closes #5560)
David Heinemeier Hansson
2006-08-05
1
-0
/
+3
*
Refactored select routing for SQL Server adapter (closes #5683) [tom@popdog.net]
David Heinemeier Hansson
2006-08-05
2
-14
/
+14
*
Fixed that default timezones for new / initialize should uphold utc setting (...
David Heinemeier Hansson
2006-08-05
3
-1
/
+19
*
Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...
David Heinemeier Hansson
2006-08-05
2
-3
/
+26
*
Remove unnecessary brackets in regex (closes #5715)
David Heinemeier Hansson
2006-08-05
1
-1
/
+1
*
Call an inspector for inspector
David Heinemeier Hansson
2006-08-05
1
-1
/
+1
*
DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends.
Jeremy Kemper
2006-08-05
2
-4
/
+39
*
Short documentation to mention use of Mime::Type.register. Closes #5710 [choo...
Michael Koziarski
2006-08-05
2
-1
/
+9
[prev]
[next]