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 easy support for testing file uploads with fixture_file_upload (closes ...
David Heinemeier Hansson
2006-03-18
4
-0
/
+75
*
Added 'port open?' check to the spawner when running in repeat mode so we don...
David Heinemeier Hansson
2006-03-18
2
-3
/
+15
*
Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr...
David Heinemeier Hansson
2006-03-18
2
-1
/
+3
*
Make sure xml_simple requests don't blow up if an empty request body is recieved
Jamis Buck
2006-03-18
2
-5
/
+12
*
fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net]
Rick Olson
2006-03-18
3
-4
/
+4
*
fix broken respond_to test
Jamis Buck
2006-03-18
4
-1
/
+4
*
Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-4
/
+5
*
Added OpenBase database adapter that builds on top of the http://www.spice-of...
David Heinemeier Hansson
2006-03-18
11
-8
/
+689
*
Add ability for relative_url_root to be specified via an environment variable...
Nicholas Seckar
2006-03-18
3
-2
/
+26
*
Do not include .svn files in file distro (closes #3195) [jamie@dang.com]
David Heinemeier Hansson
2006-03-18
1
-0
/
+1
*
Styling
David Heinemeier Hansson
2006-03-18
1
-8
/
+10
*
Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...
David Heinemeier Hansson
2006-03-18
3
-3
/
+5
*
Just use a normal update on the indifferent hash
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Added :function option to PrototypeHelper#observe_field/observe_form that all...
David Heinemeier Hansson
2006-03-18
3
-2
/
+16
*
Fixed the to_xml case (closes #4201) [twoggle@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-6
/
+4
*
Add Integration::Session.accept for setting the HTTP Accept header to use (de...
Jamis Buck
2006-03-18
1
-1
/
+6
*
rename 'integration_test.rb' -> 'integration.rb'
Jamis Buck
2006-03-18
3
-2
/
+2
*
remove space
Rick Olson
2006-03-18
1
-1
/
+1
*
Rework table aliasing to account for truncated table aliases. Add smarter ta...
Rick Olson
2006-03-18
6
-36
/
+80
*
Testing of uncommited should test controllers too (closes #4265) [technomancy...
David Heinemeier Hansson
2006-03-18
1
-4
/
+9
*
Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
2
-2
/
+22
*
Add a test to make sure basic XML entities get unescaped properly
Jamis Buck
2006-03-18
1
-0
/
+8
*
Make Mime::Type.parse consider q values (if any)
Jamis Buck
2006-03-18
3
-13
/
+93
*
Add AbstractAdapter#table_alias_for to create table aliases according to the ...
Rick Olson
2006-03-18
7
-0
/
+43
*
XML-formatted requests are typecast according to "type" attributes for :xml_s...
Jamis Buck
2006-03-18
3
-2
/
+98
*
Provide access to the underlying database connection with Adapter#raw_connect...
Michael Koziarski
2006-03-18
2
-1
/
+10
*
Remove broken attempts at handling columns with a a default of 'now()' in the...
Michael Koziarski
2006-03-18
3
-14
/
+2
*
Fixed HashWithIndifferentAccess#delete to work with both symbols and strings ...
David Heinemeier Hansson
2006-03-18
3
-36
/
+26
*
Added connection#current_database that'll return of the current database (onl...
David Heinemeier Hansson
2006-03-18
4
-2
/
+20
*
Nicer error message on has_many :through when :through reflection can not be ...
David Heinemeier Hansson
2006-03-18
4
-1
/
+11
*
Fixed that Migration#execute would have the table name prefix appended to its...
David Heinemeier Hansson
2006-03-18
2
-1
/
+3
*
Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]
David Heinemeier Hansson
2006-03-18
1
-7
/
+8
*
Fix test db setup for pgsql (closes #4220) [mlaster@metavillage.com]
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
The style police makes an expection on acts_as_tree (closes #4168) [coffee2code]
David Heinemeier Hansson
2006-03-18
1
-25
/
+29
*
Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]
David Heinemeier Hansson
2006-03-18
8
-52
/
+142
*
Be sure to look at array elements when dasherizing keys of a formatted request
Jamis Buck
2006-03-17
1
-9
/
+11
*
Fix soap type registration of multidimensional arrays (closes #4232) [Kent]
David Heinemeier Hansson
2006-03-17
6
-21
/
+46
*
Make all tinyint(1) variants act like boolean in mysql (tinyint(1) unsigned, ...
Jamis Buck
2006-03-17
2
-1
/
+3
*
dasherize the root element when doing to_xml
Jamis Buck
2006-03-16
2
-2
/
+2
*
trivial documentation patch for #pagination_links [Francois Beausoleil] close...
Rick Olson
2006-03-16
1
-1
/
+1
*
remove some commented-out cruft
Rick Olson
2006-03-16
1
-4
/
+0
*
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...
Rick Olson
2006-03-16
13
-18
/
+93
*
fix AR tests for sqlite
Rick Olson
2006-03-16
1
-1
/
+1
*
Alias the has_and_belongs_to_many join table on eager includes. closes #4106 ...
Rick Olson
2006-03-16
3
-12
/
+32
*
Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]
David Heinemeier Hansson
2006-03-16
2
-15
/
+38
*
Explain thyself
Nicholas Seckar
2006-03-16
1
-0
/
+1
*
Added protection against proxy setups treating requests as local even when th...
David Heinemeier Hansson
2006-03-16
2
-1
/
+3
*
Change LEFT OUTER JOIN authors AS authors to LEFT OUTER JOIN authors authors ...
David Heinemeier Hansson
2006-03-16
1
-9
/
+9
*
fix test_find_in_association_with_options test, tweak other tests affected by...
Rick Olson
2006-03-16
4
-17
/
+21
*
Oracle adapter gets some love #4230 [schoenm@earthlink.net]
David Heinemeier Hansson
2006-03-16
3
-6
/
+28
[prev]
[next]