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
...
*
Fixed the new_#{resource}_url route and added named route tests for Simply Re...
Rick Olson
2006-07-31
3
-14
/
+65
*
Added map.resources from the Simply Restful plugin (backwards incompatible wi...
David Heinemeier Hansson
2006-07-31
6
-9
/
+290
*
r4886@ks: jeremy | 2006-07-31 00:01:55 -0700
Jeremy Kemper
2006-07-31
1
-1
/
+1
*
r4880@ks: jeremy | 2006-07-30 23:52:59 -0700
Jeremy Kemper
2006-07-31
2
-7
/
+27
*
Fixed that integration simulation of XHRs should set Accept header as well [E...
David Heinemeier Hansson
2006-07-31
1
-0
/
+2
*
Fixed that integration simulation of XHRs should set Accept header as well [E...
David Heinemeier Hansson
2006-07-31
1
-1
/
+5
*
r4854@ks: jeremy | 2006-07-30 00:59:18 -0700
Jeremy Kemper
2006-07-31
5
-9
/
+114
*
show missing file path on failed fixture_file_upload
Rick Olson
2006-07-30
1
-1
/
+1
*
Ensure TestRequest#session always returns a TestSession [Koz]
Michael Koziarski
2006-07-28
2
-1
/
+3
*
Fixed the failsafe response so it uses either the current recognized controll...
Rick Olson
2006-07-28
2
-2
/
+7
*
Patch sql injection vulnerability when using integer or float columns.
Jamis Buck
2006-07-27
3
-1
/
+10
*
Don't search a load-path of '.' for controller files, since it may include sy...
Jamis Buck
2006-07-27
2
-1
/
+3
*
Update integration.rb to require test_process explicitly instead of via Depen...
Nicholas Seckar
2006-07-27
2
-0
/
+3
*
Initial Version of Deprecation for Rails[Koz]
Michael Koziarski
2006-07-27
4
-0
/
+134
*
Added ICS to extension lookup recognition [Lars Pind]
David Heinemeier Hansson
2006-07-26
1
-0
/
+2
*
BigDecimal: schema dumper formatting
Jeremy Kemper
2006-07-24
1
-1
/
+1
*
Allow #count through a has_many association to accept :include. [Dan Peterson]
Rick Olson
2006-07-24
4
-1
/
+7
*
Fixed that you can still access the flash after the flash has been reset in r...
Rick Olson
2006-07-22
3
-1
/
+21
*
Strip boolean XML content before checking for 'true' [Rick Olson]
Rick Olson
2006-07-21
3
-3
/
+5
*
fix association exception messages, fix them so the error messages actually d...
Rick Olson
2006-07-20
3
-41
/
+16
*
Make sure script/reaper only reaps dispatcher pids by default, and not the sp...
Jamis Buck
2006-07-18
2
-2
/
+4
*
Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...
Rick Olson
2006-07-18
3
-1
/
+28
*
Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]
Rick Olson
2006-07-17
2
-4
/
+6
*
Remove leak in development mode
Nicholas Seckar
2006-07-17
2
-21
/
+27
*
Get rid of constant redefinition warnings when running AP tests
Marcel Molina
2006-07-13
2
-4
/
+4
*
Provide support for decimal columns to form helpers. Closes #5672. [dave@prag...
Marcel Molina
2006-07-13
2
-1
/
+3
*
Customize default BigDecimal formatting. [dave@pragprog.com]
Marcel Molina
2006-07-13
3
-0
/
+12
*
Correctly convert <foo nil=true> to nil when using Hash.create_from_xml. [Rick]
Rick Olson
2006-07-13
3
-2
/
+4
*
create_table rdoc: suggest :id => false for habtm join tables
Jeremy Kemper
2006-07-10
2
-2
/
+4
*
PostgreSQL: return array fields as strings. Closes #4664.
Jeremy Kemper
2006-07-10
3
-0
/
+56
*
occured -> occurred. Closes #5559.
Jeremy Kemper
2006-07-10
4
-5
/
+5
*
Ignore fixtures in test cases if there are no database configurations. Refere...
Jeremy Kemper
2006-07-10
1
-2
/
+2
*
Test connections use AR::Base.configurations. References #5497.
Jeremy Kemper
2006-07-10
12
-177
/
+174
*
SQLServer: added tests to ensure all database statements are closed, refactor...
Jeremy Kemper
2006-07-10
6
-177
/
+289
*
Oracle: BigDecimal support. Closes #5667.
Jeremy Kemper
2006-07-10
4
-22
/
+25
*
Optional identity for Enumerable#sum defaults to zero. Closes #5657.
Jeremy Kemper
2006-07-09
3
-2
/
+17
*
Update documentation for erb trim syntax. Closes #5651.
Jeremy Kemper
2006-07-09
2
-3
/
+7
*
Firebird database tasks.
Jeremy Kemper
2006-07-09
1
-0
/
+20
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
44
-151
/
+561
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
43
-275
/
+237
*
Firebird migrations support. Closes #5337.
Jeremy Kemper
2006-07-08
7
-114
/
+508
*
Respect type method. #5337
Jeremy Kemper
2006-07-08
1
-4
/
+2
*
Pass :id => nil or :class => nil to error_messages_for to supress that html a...
Jeremy Kemper
2006-07-08
3
-3
/
+17
*
Reset @html_document between requests so assert_tag works. Closes #4810.
Jeremy Kemper
2006-07-08
2
-0
/
+4
*
Update render :partial documentation. Closes #5646.
Jeremy Kemper
2006-07-08
2
-14
/
+20
*
Dispatcher processes rescued actions with the same controller that processed ...
Jeremy Kemper
2006-07-08
2
-1
/
+3
*
PostgreSQL: create/drop as postgres user. Closes #4790.
Jeremy Kemper
2006-07-08
2
-4
/
+6
*
rails -d frontbase to create a new project with a frontbase database.yml. Clo...
Jeremy Kemper
2006-07-08
3
-6
/
+36
*
Rollback [4584], bad test. Reopens #3819.
Jeremy Kemper
2006-07-08
3
-17
/
+2
*
Update callbacks documentation. Closes #3970.
Jeremy Kemper
2006-07-08
2
-0
/
+13
[prev]
[next]