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 CSV to Mime::SET so that respond_to csv will work
Tobias Lütke
2006-11-24
2
-1
/
+3
*
Fixed that HEAD should return the proper Content-Length header (that is, actu...
David Heinemeier Hansson
2006-11-23
2
-8
/
+18
*
* Added GET-masquarading for HEAD, so request.method will return :get even fo...
David Heinemeier Hansson
2006-11-23
3
-7
/
+21
*
Added text/csv as a default mime type and included example on how to make you...
David Heinemeier Hansson
2006-11-23
2
-0
/
+9
*
Added ActiveRecord::Base.clear_active_connections! in development mode so the...
David Heinemeier Hansson
2006-11-23
2
-1
/
+7
*
Actually require the gem found
David Heinemeier Hansson
2006-11-23
1
-2
/
+2
*
Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ...
David Heinemeier Hansson
2006-11-23
2
-1
/
+4
*
Dont include the mime.yml anyway, Mongrel will just ship with more defaults i...
David Heinemeier Hansson
2006-11-23
1
-1
/
+0
*
Update Routing to complain when :controller is not specified by a route. Clos...
Nicholas Seckar
2006-11-22
4
-2
/
+14
*
Change fixture_path to a class inheritable accessor allowing test cases to ha...
Michael Koziarski
2006-11-21
2
-1
/
+3
*
Make sure .morph makes it in
Thomas Fuchs
2006-11-20
2
-2
/
+12
*
Quote ActiveSupport::Multibyte::Chars. Closes #6653.
Jeremy Kemper
2006-11-20
3
-1
/
+16
*
Test for forged '' default before it's typecast. Closes #6156.
Jeremy Kemper
2006-11-20
3
-4
/
+5
*
Test has_one :dependent => :nullify with missing association. Closes #4848.
Jeremy Kemper
2006-11-20
1
-1
/
+1
*
Test has_one :dependent => :nullify with missing association. Closes #4828.
Jeremy Kemper
2006-11-20
2
-1
/
+8
*
Simplify query_attribute by typecasting the attribute value and checking whet...
Jeremy Kemper
2006-11-20
3
-16
/
+37
*
Ensure render_to_string cleans up after itself when an exception is raised. C...
Jeremy Kemper
2006-11-20
3
-4
/
+52
*
validates_numericality_of uses \A \Z to ensure the entire string matches rath...
Jeremy Kemper
2006-11-20
3
-15
/
+26
*
Run validations in the order they were declared. Closes #6657.
Jeremy Kemper
2006-11-20
3
-8
/
+19
*
Extract template_changed_since? from compile_template? so plugins may overrid...
Jeremy Kemper
2006-11-20
3
-5
/
+48
*
MySQL: detect when a NOT NULL column without a default value is misreported a...
Jeremy Kemper
2006-11-20
4
-4
/
+41
*
Test session table pluralization. Closes #6459.
Jeremy Kemper
2006-11-20
1
-7
/
+17
*
Update trunk w/ latest Prototype and script.aculo.us
Thomas Fuchs
2006-11-19
10
-30
/
+322
*
Restore windows compatibility
David Heinemeier Hansson
2006-11-19
2
-4
/
+6
*
Starting, not started yet
David Heinemeier Hansson
2006-11-19
1
-1
/
+1
*
Make script/server work with -d and -e on Mongrel
David Heinemeier Hansson
2006-11-19
1
-41
/
+32
*
Use custom mime file for script/server mongrel if config/mime.yml exists. Pa...
Rick Olson
2006-11-19
2
-1
/
+11
*
Add custom mime type file for mongrel. config/mime.yml is added with generat...
Rick Olson
2006-11-19
2
-0
/
+3
*
Scaffold resource should have both a layout and a stylesheet [DHH]
David Heinemeier Hansson
2006-11-19
6
-1
/
+104
*
Simplify association proxy implementation by factoring construct_scope out of...
Jeremy Kemper
2006-11-19
4
-30
/
+25
*
Migration benchmark wrappers use alias_method_chain. Closes #6456.
Jeremy Kemper
2006-11-19
1
-5
/
+4
*
simple_format helper doesn't choke on nil. Closes #6644.
Jeremy Kemper
2006-11-19
3
-11
/
+15
*
Update Prototype in trunk to [5550]
Thomas Fuchs
2006-11-17
4
-0
/
+52
*
Reuse named route helper module between Routing reloads to prevent memory leaks.
Nicholas Seckar
2006-11-17
2
-1
/
+7
*
Improve readability.
Jeremy Kemper
2006-11-17
1
-8
/
+11
*
Grep slightly faster than select =~
Jeremy Kemper
2006-11-17
1
-2
/
+2
*
ActionView::Base.erb_variable accessor names the buffer variable used to rend...
Jeremy Kemper
2006-11-17
5
-7
/
+10
*
Template errors: fix strange deprecation warnings on e.g. @flash.inspect, rem...
Jeremy Kemper
2006-11-17
1
-42
/
+66
*
Test autoloading nested subclass of parent.
Jeremy Kemper
2006-11-16
3
-0
/
+13
*
Use attr_accessor_with_default to dry up attribute initialization. References...
Marcel Molina
2006-11-16
2
-25
/
+6
*
Add Module#attr_accessor_with_default to initialize value of attribute before...
Marcel Molina
2006-11-16
4
-0
/
+64
*
Deprecate standalone components.
Jeremy Kemper
2006-11-16
3
-1
/
+7
*
Handle failed caller parsing, factor out deprecation caller message.
Jeremy Kemper
2006-11-16
1
-3
/
+17
*
Mysql::Result#all_hashes compatibility with Mysql C driver 2.6.x. Closes #6601.
Jeremy Kemper
2006-11-16
2
-21
/
+23
*
ARStore needs a data reader method. Closes #4795.
Jeremy Kemper
2006-11-15
1
-0
/
+2
*
Remove dead abort_tests method.
Jeremy Kemper
2006-11-15
1
-9
/
+0
*
assert_select_rjs :remove
Jeremy Kemper
2006-11-15
3
-7
/
+44
*
Fix failing test fallback when neither SQLite 2 or 3 is available.
Jeremy Kemper
2006-11-15
1
-3
/
+3
*
Fix end of day
David Heinemeier Hansson
2006-11-14
1
-1
/
+1
*
Hash#to_xml handles keys with the same name as Kernel methods. Closes #6613.
Jeremy Kemper
2006-11-14
3
-1
/
+14
[prev]
[next]