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
...
*
Remove autoload_paths to simplify configuration.
Nicholas Seckar
2006-10-16
1
-65
/
+21
*
Fix has_many :through to add the appropriate conditions when going through an...
Rick Olson
2006-10-16
3
-7
/
+20
*
Fix broken assert_generates when extra keys are being checked.
Jamis Buck
2006-10-16
3
-1
/
+7
*
Add 'unloadable', a method used to mark any constant as requiring an unload a...
Nicholas Seckar
2006-10-15
3
-17
/
+103
*
Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas]
Michael Koziarski
2006-10-15
3
-60
/
+28
*
Fix has_many :through to add the appropriate conditions when going through an...
Rick Olson
2006-10-15
3
-2
/
+29
*
remove an obsolete #dup call. avoid double negatives, to make the code easier...
Jamis Buck
2006-10-15
2
-10
/
+11
*
Undo accidental commit
Nicholas Seckar
2006-10-14
1
-42
/
+16
*
Rename overlapping test names
Nicholas Seckar
2006-10-14
2
-17
/
+43
*
make sure filters in subclasses with :only or :except conditions are treated ...
Jamis Buck
2006-10-14
2
-3
/
+42
*
Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...
Michael Koziarski
2006-10-14
3
-9
/
+6
*
make sure the String::Access methods return strings, and not multibyte Char i...
Jamis Buck
2006-10-13
2
-5
/
+32
*
automatically add primary key to #select_limited_ids_list order by clause for...
Rick Olson
2006-10-13
4
-1
/
+12
*
fix select_limited_ids_list issues in postgresql, retain current behavior in ...
Rick Olson
2006-10-13
5
-7
/
+27
*
add test for select_limited_ids_list that passes in mysql/sqlite and fails in...
Rick Olson
2006-10-13
1
-0
/
+15
*
Make page caching respect the format of the resource that is being requested ...
Marcel Molina
2006-10-12
3
-3
/
+26
*
Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]
Michael Koziarski
2006-10-12
4
-52
/
+31
*
Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]
Michael Koziarski
2006-10-12
3
-5
/
+8
*
Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...
Michael Koziarski
2006-10-12
3
-4
/
+8
*
Restore eager condition interpolation, document it's differences [Rick]
Rick Olson
2006-10-11
4
-4
/
+17
*
Install named routes into ActionView::Base instead of proxying them to the vi...
Nicholas Seckar
2006-10-11
2
-5
/
+5
*
Compare to 0 rather than call zero? to handle nil.
Jeremy Kemper
2006-10-11
1
-1
/
+1
*
Wrap save! in a transaction. Closes #6324.
Jeremy Kemper
2006-10-10
2
-3
/
+7
*
Fixed default 404.html and 500.htmls to remove extreme ugliness and added err...
David Heinemeier Hansson
2006-10-10
3
-10
/
+90
*
Fix typo
Nicholas Seckar
2006-10-09
1
-2
/
+2
*
Update to latest Prototype and script.aculo.us trunk versions
Thomas Fuchs
2006-10-09
10
-370
/
+316
*
improve example in migrations docs, closes #6370
Jeremy Kemper
2006-10-09
1
-2
/
+2
*
Fix relative URL root matching problems
Jamis Buck
2006-10-09
3
-4
/
+15
*
Don't rollback in teardown unless a transaction was started. Don't start a tr...
Jeremy Kemper
2006-10-09
3
-5
/
+33
*
PostgreSQL: db:test:purge closes open database connections first. Closes #6236.
Jeremy Kemper
2006-10-09
2
-0
/
+4
*
r5540@ks: jeremy | 2006-10-08 23:05:30 -0700
Jeremy Kemper
2006-10-09
3
-74
/
+86
*
Add #delete support to has_many :through associations. Closes #6049 [Martin ...
Rick Olson
2006-10-09
3
-0
/
+53
*
learn to clean up after myself
Rick Olson
2006-10-09
1
-4
/
+0
*
Reverted old select_limited_ids_list postgresql fix that caused issues in mys...
Rick Olson
2006-10-09
3
-3
/
+8
*
Removes the ability for eager loaded conditions to be interpolated, since the...
Rick Olson
2006-10-09
9
-29
/
+28
*
Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul...
David Heinemeier Hansson
2006-10-09
2
-2
/
+4
*
Docfix (closes #6234)
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed migration creation to work with namespaced models, so script/generate m...
David Heinemeier Hansson
2006-10-09
2
-0
/
+5
*
Fixed rename_table on SQLite tables with indexes defined (closes #5942) [bran...
David Heinemeier Hansson
2006-10-09
2
-6
/
+39
*
Docfix (closes #6040)
David Heinemeier Hansson
2006-10-09
1
-0
/
+24
*
Added timeout option to SQLite3 configurations to deal more gracefully with S...
David Heinemeier Hansson
2006-10-09
5
-1
/
+11
*
Docfix (closes #5143)
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Added update_attributes! which uses save! to raise an exception if a validati...
David Heinemeier Hansson
2006-10-09
3
-1
/
+46
*
Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes...
David Heinemeier Hansson
2006-10-09
4
-18
/
+16
*
Doc fixes (closes #6325)
David Heinemeier Hansson
2006-10-09
1
-1
/
+4
*
render_text may optionally append to the response body. render_javascript app...
Jeremy Kemper
2006-10-09
3
-4
/
+34
*
Rename test assertion to prevent shadowing. Closes #6306.
Nicholas Seckar
2006-10-09
2
-1
/
+3
*
one render per test
Jeremy Kemper
2006-10-09
1
-16
/
+36
*
Fixed that NumberHelper#number_to_delimiter should respect precision of highe...
David Heinemeier Hansson
2006-10-09
3
-3
/
+20
*
Fixed that caches_action breaks with file extensions (closes #6257) [Catfish]
David Heinemeier Hansson
2006-10-09
2
-1
/
+8
[prev]
[next]