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
...
*
Fix that the options hash can be nil when coming from fragments
David Heinemeier Hansson
2008-02-07
1
-2
/
+2
*
ActiveSupport::Base64.encode64s since Base64 is deprecated
Jeremy Kemper
2008-02-07
5
-11
/
+13
*
Added Base64.encode64s to encode values in base64 without the newlines. This ...
David Heinemeier Hansson
2008-02-07
4
-0
/
+31
*
Remove ERB trim variables from trace template in case ActionView::Base.erb_tr...
Rick Olson
2008-02-07
2
-5
/
+7
*
Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
Rick Olson
2008-02-07
2
-1
/
+3
*
Fix bug with setting Request#format= after the getter has cached the value. C...
Rick Olson
2008-02-07
3
-1
/
+10
*
Remove :nodoc: entries around the ActiveSupport test/unit assertions. Closes ...
Rick Olson
2008-02-07
2
-3
/
+7
*
Add a slightly more informative exception message for ActionView::TemplateFin...
Rick Olson
2008-02-07
1
-1
/
+6
*
Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...
Michael Koziarski
2008-02-06
3
-58
/
+70
*
Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]
Rick Olson
2008-02-06
2
-34
/
+43
*
Add Time Zone support to ActiveRecord, and config.time_zone property for spec...
Rick Olson
2008-02-06
12
-9
/
+209
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
11
-123
/
+145
*
Make the docs reference the correct function. [Tobi Reif]
Michael Koziarski
2008-02-04
1
-1
/
+1
*
ensure that the after_initialize hooks are run after the application initiali...
Rick Olson
2008-02-03
1
-2
/
+2
*
MySQL: memoize column and table name quoting to reduce garbage
Jeremy Kemper
2008-02-03
1
-7
/
+8
*
Cache partial variable names to reduce garbage
Jeremy Kemper
2008-02-03
1
-1
/
+3
*
Add --measure option to script/performance/request to set ruby-prof measure m...
Jeremy Kemper
2008-02-03
1
-1
/
+4
*
Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer]
Jeremy Kemper
2008-02-03
2
-2
/
+3
*
Revert r8742: remove has_many with :group option since it has sketchy sql sup...
Jeremy Kemper
2008-02-03
4
-31
/
+0
*
Ruby 1.9 compat: declare utf-8 file encoding
Jeremy Kemper
2008-02-02
4
-0
/
+4
*
Slight camelize speedup [Pratik Naik]
Jeremy Kemper
2008-02-02
1
-1
/
+1
*
Reshuffle load order so that routes and observers are initialized after plugi...
Rick Olson
2008-02-02
4
-6
/
+24
*
Introduce the :index option for form_for and fields_for to simplify multi-mod...
Jeremy Kemper
2008-02-02
4
-11
/
+96
*
Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...
Jeremy Kemper
2008-02-02
3
-7
/
+46
*
TestSession supports indifferent access. Closes #7372.
Jeremy Kemper
2008-02-02
3
-3
/
+31
*
Less verbose mail logging: just recipients for :info log level; the whole ema...
Jeremy Kemper
2008-02-02
3
-2
/
+8
*
Fix calculations on associations with custom :foreign_key. Closes #8117 [kama...
Jeremy Kemper
2008-02-02
3
-1
/
+33
*
When multiparameter date assignment fails due to an invalid date, fall back t...
Jeremy Kemper
2008-02-02
1
-1
/
+17
*
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...
Jeremy Kemper
2008-02-02
7
-3
/
+32
*
Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [...
Jeremy Kemper
2008-02-02
2
-1
/
+2
*
Don't split cookies on comma also. References r8505.
Jeremy Kemper
2008-02-02
2
-4
/
+5
*
Git support for script/generate. Closes #10690.
Jeremy Kemper
2008-02-02
3
-3
/
+30
*
Simplified, faster implementation of Benchmark.realtime [Alexander Dymo]
Michael Koziarski
2008-02-02
1
-0
/
+12
*
Avoid Base#attributes when saving / creating records. Closes #10978 [adymo]
Michael Koziarski
2008-02-01
1
-3
/
+3
*
MemCacheStore#write and #delete return a boolean indicating whether the opera...
Jeremy Kemper
2008-02-01
1
-5
/
+16
*
Bundled memcache client consistently returns server responses and checks for ...
Jeremy Kemper
2008-02-01
1
-8
/
+25
*
MemCacheStore#write uses add by default and set if :force => true
Jeremy Kemper
2008-02-01
1
-2
/
+5
*
Add a handful of cache store tests
Jeremy Kemper
2008-02-01
2
-0
/
+28
*
cache.fetch(key, :force => true) to force a cache miss
Jeremy Kemper
2008-02-01
2
-4
/
+7
*
Fixed preloading belongs_to associations which reference a custom foreign key...
Jeremy Kemper
2008-01-31
8
-3
/
+50
*
MySQL: omit text/blob defaults from the schema instead of using an empty stri...
Jeremy Kemper
2008-01-30
4
-9
/
+5
*
Move the declaration of the compilation related cattr_accessors to compilable...
Michael Koziarski
2008-01-30
2
-11
/
+12
*
Make the non inferrable controller message a little friendlier. [Koz]
Michael Koziarski
2008-01-30
1
-1
/
+7
*
Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]
Michael Koziarski
2008-01-30
3
-2
/
+15
*
Remove unnofficial 'PST' timezone
Rick Olson
2008-01-29
1
-2
/
+1
*
Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-...
Rick Olson
2008-01-29
3
-2
/
+13
*
Add posts.comments_count for other databases. Closes #10804.
Jeremy Kemper
2008-01-28
1
-0
/
+2
*
Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko]
Michael Koziarski
2008-01-27
2
-1
/
+17
*
Precalculate the Backtrace of a template error to avoid raising exceptions in...
Michael Koziarski
2008-01-27
1
-4
/
+11
*
Make sure count works on has_many :through associations using :group. Closes...
Michael Koziarski
2008-01-27
4
-0
/
+31
[prev]
[next]