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
*
Enumerable#group_by uses ActiveSupport::OrderedHash
Jeremy Kemper
2008-01-23
2
-16
/
+3
*
Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/...
Geoff Buesing
2008-01-23
3
-18
/
+6
*
Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...
Geoff Buesing
2008-01-23
6
-1
/
+47
*
Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn...
Geoff Buesing
2008-01-23
3
-10
/
+10
*
Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...
Geoff Buesing
2008-01-23
7
-0
/
+444
*
require test/unit explicitly otherwise the at_exit handler doesn't get called...
Michael Koziarski
2008-01-22
1
-0
/
+1
*
Refactor template compilation from AV::Base into the template handlers. Clos...
Michael Koziarski
2008-01-22
8
-170
/
+184
*
Add options missing from earlier changeset
Michael Koziarski
2008-01-22
1
-2
/
+3
*
Log an error to the console when the memcache server is raising
David Heinemeier Hansson
2008-01-22
1
-3
/
+6
*
Add label_tag helper for generating elements. Closes #10802 [DefV]
Michael Koziarski
2008-01-21
3
-0
/
+38
*
missing changelog for [8683]
Michael Koziarski
2008-01-21
1
-0
/
+2
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
13
-167
/
+259
*
Add missing author_addresses.yml fixture. Closes #10592.
Jeremy Kemper
2008-01-21
1
-0
/
+5
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
70
-320
/
+296
*
Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon...
Geoff Buesing
2008-01-21
4
-125
/
+314
*
Tidy up description for the rake test task. Closes #10598 [akaspick]
Michael Koziarski
2008-01-20
1
-1
/
+1
*
Ensure mime types can be compared with symbols. Closes #10796 [bscofield]
Michael Koziarski
2008-01-20
2
-1
/
+9
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
12
-240
/
+167
*
belongs_to supports :dependent => :destroy and :delete. Closes #10592.
Jeremy Kemper
2008-01-19
7
-4
/
+56
*
Performance: optimize route recognition. Large speedup for apps with many res...
Jeremy Kemper
2008-01-19
4
-13
/
+165
*
Add timing test for large restful route recognition. References #10835 [olega...
Jeremy Kemper
2008-01-19
2
-8
/
+52
*
Introduce preload query strategy for eager :includes. Closes #9640.
Jeremy Kemper
2008-01-19
9
-15
/
+351
*
Support aggregations in finder conditions. Closes #10572.
Jeremy Kemper
2008-01-19
4
-1
/
+244
*
Remove dead code. Closes #10698 [garru]
Jeremy Kemper
2008-01-19
1
-5
/
+0
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
13
-168
/
+240
*
Update vendor version number
Jeremy Kemper
2008-01-19
1
-2
/
+2
*
Update tmail to r208 versioned as 1.2.2
Jeremy Kemper
2008-01-19
32
-1008
/
+151
*
Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]
Jeremy Kemper
2008-01-19
1
-1
/
+5
*
Move rake contrib require to task
Jeremy Kemper
2008-01-19
1
-1
/
+1
*
Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...
Jeremy Kemper
2008-01-19
11
-216
/
+253
*
Remove table quoting; only pull last_insert_id if there's a primary key.
Jeremy Kemper
2008-01-19
1
-2
/
+2
*
Organize and clean up the Active Record test suite. Closes #10742.
Jeremy Kemper
2008-01-18
1
-0
/
+2
*
Fix paths
Jeremy Kemper
2008-01-18
43
-203
/
+203
*
Move tests to cases
Jeremy Kemper
2008-01-18
68
-515
/
+513
*
move schema
Jeremy Kemper
2008-01-18
34
-89
/
+82
*
move migrations
Jeremy Kemper
2008-01-18
12
-7
/
+7
*
move assets and models
Jeremy Kemper
2008-01-18
47
-48
/
+47
*
Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...
Rick Olson
2008-01-18
3
-6
/
+28
*
Restructure routing into several smaller files. References #10835 [oleganza]
Michael Koziarski
2008-01-17
7
-1179
/
+1197
*
Correct fix for [8647], Closes #6868. [isak]
Michael Koziarski
2008-01-16
1
-1
/
+1
*
Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili...
Geoff Buesing
2008-01-16
3
-0
/
+44
*
Don't ignore :precision and :scale when adding columns on postgresql. Closes ...
Michael Koziarski
2008-01-16
2
-2
/
+12
*
Make render :partial recognise form builders and use the _form partial. Clos...
Michael Koziarski
2008-01-16
6
-0
/
+45
*
Ensure that the tests use the instance-level view-paths correctly. Closes #1...
Michael Koziarski
2008-01-16
2
-11
/
+16
*
Correct docs on caching and all.js
Michael Koziarski
2008-01-14
1
-1
/
+1
*
Use non-blocking writing if available. Closes #10794 [lifofifo]
Michael Koziarski
2008-01-13
2
-4
/
+20
*
Allow users to declare other namespaces when using the atom feed helpers. Clo...
Michael Koziarski
2008-01-13
3
-2
/
+58
*
Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent...
Geoff Buesing
2008-01-12
2
-1
/
+3
*
Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...
Geoff Buesing
2008-01-12
5
-5
/
+40
*
don't misbehave when redirecting to nil. Closes #10272 [farleyknight]
Michael Koziarski
2008-01-12
2
-1
/
+13
[next]