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
*
test_native_types expects DateTime.local_offset instead of DateTime.now.offse...
Geoff Buesing
2008-03-10
2
-1
/
+3
*
test_time_with_datetime_fallback expects DateTime.local_offset instead of Dat...
Geoff Buesing
2008-03-10
2
-2
/
+4
*
Allow using named routes in ActionController::TestCase before any request has...
Pratik Naik
2008-03-08
3
-2
/
+15
*
Update URL in script/generate usage. Closes #11220 [neshmi]
Pratik Naik
2008-03-08
1
-1
/
+1
*
Fixed that sweepers defined by cache_sweeper will be added regardless of the ...
David Heinemeier Hansson
2008-03-08
2
-3
/
+4
*
Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]
Pratik Naik
2008-03-07
4
-2
/
+13
*
Fixed typos in ActiveSupport::Callbacks documentation. Closes #11254
Pratik Naik
2008-03-07
1
-3
/
+3
*
Make MimeResponds::Responder#any work without explicit types. Closes #11140 [...
Pratik Naik
2008-03-07
3
-2
/
+44
*
Better error message for type conflicts when parsing params. Closes #7962 [s...
Rick Olson
2008-03-07
2
-1
/
+3
*
Remove unused ActionController::Base.template_class. Closes #10787
Pratik Naik
2008-03-05
4
-22
/
+4
*
Docs for ActiveSupport::Callbacks. Closes #11254 [ernesto.jimenez]
Pratik Naik
2008-03-05
1
-0
/
+120
*
Documentation for the drop_receiving_element helpers :onDrop callback. Closes...
Pratik Naik
2008-03-05
1
-3
/
+31
*
Documenation for has_one/has_many nested resource options. Closes #11195 [mil...
Pratik Naik
2008-03-05
1
-0
/
+15
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
10
-49
/
+50
*
Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]
Pratik Naik
2008-03-05
3
-1
/
+62
*
Make the schema dumper respect the schema settings in database.yml. Referenc...
Michael Koziarski
2008-03-03
2
-3
/
+43
*
Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
Michael Koziarski
2008-03-03
3
-1
/
+98
*
Improve performance on :include/:conditions/:limit queries by selectively joi...
Michael Koziarski
2008-03-03
2
-10
/
+29
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
14
-140
/
+211
*
Adding TimeWithZone #marshal_dump and #marshal_load
Geoff Buesing
2008-03-03
3
-0
/
+18
*
Add OrderedHash#to_hash. Closes #11266 [josh]
Michael Koziarski
2008-03-03
3
-0
/
+9
*
Fix syntax errors in the documentation for image submit tag. Closes #11073 [...
Michael Koziarski
2008-03-02
1
-3
/
+3
*
Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...
Michael Koziarski
2008-03-02
3
-0
/
+40
*
Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam...
Michael Koziarski
2008-03-02
3
-48
/
+252
*
Fix regexp to contain only one rjs, and add rhtml [lifofifo]
Michael Koziarski
2008-03-01
1
-1
/
+1
*
Use realtime to reduce garbage. [adymo]
Michael Koziarski
2008-02-29
1
-1
/
+1
*
Improve performance by avoiding named block arguments. Closes #11109 [adymo]
Michael Koziarski
2008-02-29
5
-18
/
+65
*
Added that requests with JavaScript as the priority mime type in the accept h...
David Heinemeier Hansson
2008-02-29
4
-2
/
+30
*
Provide a post title for sqlite3
Jeremy Kemper
2008-02-28
1
-2
/
+2
*
Fix that batched :include would pull in duplicate records in some cases. Clos...
Jeremy Kemper
2008-02-28
4
-4
/
+35
*
mark encoding
Jeremy Kemper
2008-02-28
1
-0
/
+1
*
Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu]
Jeremy Kemper
2008-02-27
2
-4
/
+50
*
Fix edge case with colons in times interpreted as bind variables by requiring...
Jeremy Kemper
2008-02-27
2
-1
/
+3
*
Changelog attribution for #9312
Jeremy Kemper
2008-02-27
1
-1
/
+1
*
Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312.
Jeremy Kemper
2008-02-27
5
-0
/
+99
*
Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
Jeremy Kemper
2008-02-27
3
-7
/
+17
*
Remove dead code from hmt#delete. Closes #11236 [rubyruy]
Jeremy Kemper
2008-02-27
2
-1
/
+3
*
Fix rdoc typo. Closes #11205 [wangchun]
Jeremy Kemper
2008-02-24
1
-1
/
+1
*
PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...
Jeremy Kemper
2008-02-22
5
-24
/
+80
*
Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo...
Michael Koziarski
2008-02-21
2
-0
/
+5
*
Add #clear to mem_cache_store, flushes all caches
Jeremy Kemper
2008-02-21
1
-0
/
+4
*
Sort the results to remove platform dependent test failures
Michael Koziarski
2008-02-20
1
-2
/
+2
*
Move the eager load nested include tables into schema.rb and use delete_all i...
Michael Koziarski
2008-02-20
2
-64
/
+57
*
Revert to previous mysql-specific assertion, and only run the test on mysql.
Michael Koziarski
2008-02-20
1
-3
/
+5
*
remove implicit assumption about mysql in the assertion
Michael Koziarski
2008-02-20
1
-2
/
+2
*
Make date_helper use tag and content_tag. Move to assert_dom_equal instead o...
Michael Koziarski
2008-02-20
2
-119
/
+127
*
Sort test cases to make test runs deterministic
Michael Koziarski
2008-02-20
1
-1
/
+1
*
Remove disconnect! in test case, it causes segfaults on sqlite3 and completel...
Michael Koziarski
2008-02-20
1
-6
/
+2
*
Cleanup whitespace and remove keys instead of providing nil
Michael Koziarski
2008-02-20
2
-4
/
+2
*
Remove reference to 'postgres' user in the connection and Rakefiles. Allows ...
Michael Koziarski
2008-02-20
2
-8
/
+8
[next]