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
*
Use the more modern error_messages from the form object rather than error_mes...
David Heinemeier Hansson
2008-03-22
2
-6
/
+6
*
Added config.time_zone = 'UTC' as a commented-out option in the default envir...
Geoff Buesing
2008-03-22
2
-2
/
+6
*
has_one :through supports :source_type. Fix up some tests. References #4756.
Jeremy Kemper
2008-03-22
5
-9
/
+32
*
Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find...
Geoff Buesing
2008-03-22
2
-0
/
+45
*
Fix schema.rb some more. sponsors.sponsorable_type should be a string. Refere...
Jeremy Kemper
2008-03-21
1
-1
/
+1
*
Fix schema.rb. Please to be testing on more than just MySQL! References #9067.
Jeremy Kemper
2008-03-21
1
-24
/
+24
*
Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie...
Geoff Buesing
2008-03-21
6
-174
/
+243
*
Fix an edge case with extra periods in Routing.normalize_paths. Closes #11337...
Jeremy Kemper
2008-03-21
2
-6
/
+6
*
Allow association scoping for built/created records if :conditions is specifi...
Rick Olson
2008-03-21
4
-3
/
+36
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
15
-22
/
+245
*
Missed adds. References #10350.
Jeremy Kemper
2008-03-20
4
-0
/
+4
*
Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...
Jeremy Kemper
2008-03-20
4
-21
/
+108
*
Docfixes (closes #11356, #11172, #10523)
David Heinemeier Hansson
2008-03-20
4
-1
/
+32
*
Revert [9106]. References #10350.
Jeremy Kemper
2008-03-19
3
-85
/
+21
*
assert_response, don't cry if @exception isn't available in the template
Jeremy Kemper
2008-03-18
1
-1
/
+3
*
Migrations: create_table supports primary_key_prefix_type. Closes #10314.
Jeremy Kemper
2008-03-18
4
-4
/
+38
*
Refactor filters to use Active Support callbacks. Closes #11235.
Jeremy Kemper
2008-03-18
8
-449
/
+383
*
sshpublisher needs to be explicitly required now, apparently
David Heinemeier Hansson
2008-03-18
5
-0
/
+7
*
Fixed that polymorphic routes would modify the input array (closes #11363) [t...
David Heinemeier Hansson
2008-03-17
3
-0
/
+13
*
Added :format option to NumberHelper#number_to_currency to enable better loca...
David Heinemeier Hansson
2008-03-17
3
-1
/
+11
*
Only log if theres a logger
David Heinemeier Hansson
2008-03-17
1
-1
/
+3
*
Added logging for dependency load errors with fixtures (closes #11056) [stuth...
David Heinemeier Hansson
2008-03-17
3
-5
/
+27
*
Added support for installing plugins hosted at git repositories (closes #1129...
David Heinemeier Hansson
2008-03-17
2
-1
/
+27
*
Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...
Geoff Buesing
2008-03-17
7
-54
/
+50
*
TZInfo caches Timezone instances in its own internal hash cache, so TimeZone:...
Geoff Buesing
2008-03-17
2
-7
/
+3
*
Adding TimeZone#parse
Geoff Buesing
2008-03-17
4
-11
/
+70
*
Fixed that atom_feed shouldnt require a schema_date since most people just do...
David Heinemeier Hansson
2008-03-17
1
-5
/
+7
*
Ensure that you can still do expressions in calculations (closes #11355) [nbu...
David Heinemeier Hansson
2008-03-17
2
-1
/
+6
*
Adding TimeZone#at and DateTime#to_f
Geoff Buesing
2008-03-17
6
-3
/
+45
*
TimeWithZone responds to Ruby 1.9 weekday-named query methods
Geoff Buesing
2008-03-17
3
-0
/
+15
*
TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that i...
Geoff Buesing
2008-03-17
4
-16
/
+55
*
Docfix (closes #11230) [Henrik N]
David Heinemeier Hansson
2008-03-15
1
-7
/
+4
*
Docfix (closes #11226) [mikong]
David Heinemeier Hansson
2008-03-15
1
-2
/
+2
*
Docfix (closes #11249) [juanjo.bazan]
David Heinemeier Hansson
2008-03-15
1
-0
/
+2
*
Fixed that cache fetch method would cause nil exception when called with no o...
David Heinemeier Hansson
2008-03-15
1
-1
/
+1
*
Docfix (closes #11263) [Irfy]
David Heinemeier Hansson
2008-03-15
1
-21
/
+21
*
Fixed that TextHelper#excerpt would include one character too many (closes #1...
David Heinemeier Hansson
2008-03-15
3
-16
/
+35
*
Docfix (closes #11281) [jlindley]
David Heinemeier Hansson
2008-03-15
1
-4
/
+4
*
Removed dead styles (closes #11353) [boone]
David Heinemeier Hansson
2008-03-15
1
-20
/
+0
*
Handle template error gracefully when line number cannot be derived. Closes #...
Pratik Naik
2008-03-15
1
-2
/
+3
*
Remove unused to_date_tag. Closes #11237 [danger]
Jeremy Kemper
2008-03-13
1
-10
/
+0
*
Docfix (closes #11309) [thechrisoshow]
David Heinemeier Hansson
2008-03-13
1
-0
/
+6
*
Fixed that scoped joins would not always be respected (closes #6821) [Theory/...
David Heinemeier Hansson
2008-03-13
3
-7
/
+18
*
Move tests from action_view_test.rb to template_finder_test.rb so that they g...
Pratik Naik
2008-03-13
2
-44
/
+33
*
Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee]
Rick Olson
2008-03-13
3
-1
/
+10
*
Ensure that ActiveRecord::Calculations disambiguates field names with the tab...
Rick Olson
2008-03-13
3
-0
/
+11
*
Fixed that script/generate would not look for plugin generators in plugin_pat...
David Heinemeier Hansson
2008-03-13
7
-6
/
+74
*
Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i...
David Heinemeier Hansson
2008-03-13
3
-21
/
+85
*
Applied the faster squish version (closes #11123) [jordi]
David Heinemeier Hansson
2008-03-13
2
-3
/
+5
*
Added add/remove_timestamps to the schema statements for adding the created_a...
David Heinemeier Hansson
2008-03-13
3
-0
/
+58
[next]