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
...
|
*
Merge branch 'master' of git@github.com:rails/rails
gbuesing
2008-04-20
9
-71
/
+40
|
|
\
|
|
*
Ruby 1.8.7 compat: detect and alias non-superclass DateTime#to_s
Jeremy Kemper
2008-04-20
1
-4
/
+9
|
|
*
Ruby 1.8.7 compat: override unordered Enumerable#group_by
Jeremy Kemper
2008-04-20
1
-1
/
+4
|
|
*
Ruby 1.8.7 compat: String#start_with? and #end_with?
Jeremy Kemper
2008-04-20
3
-14
/
+19
|
|
*
Remove ActionController::Base#view_controller_internals
Pratik Naik
2008-04-21
4
-45
/
+8
|
|
*
Remove ActionController::Base#add_class_variables_to_assigns
Pratik Naik
2008-04-21
1
-7
/
+0
|
*
|
Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...
gbuesing
2008-04-20
5
-3
/
+76
|
|
/
|
*
Merge commit 'rails/master'
Jeremy Kemper
2008-04-20
2
-2
/
+2
|
|
\
|
|
*
Avoid adding two DISTINCT statements to queries in sqlite 2.
Frederick Cheung
2008-04-21
1
-1
/
+1
|
|
*
Fix sqlite adapter to work with the quoted table names returned by later vers...
Frederick Cheung
2008-04-21
1
-1
/
+1
|
*
|
Use append_features instead of included to get the inclusion order right
Jeremy Kemper
2008-04-20
1
-1
/
+2
|
|
/
|
*
Merge commit 'rails/master'
Jeremy Kemper
2008-04-20
72
-762
/
+830
|
|
\
|
|
*
Use define_callbacks helper for ActiveRecord validations.
Joshua Peek
2008-04-20
4
-57
/
+25
|
|
*
Add conditional options to caches_page method [#25 state:resolved]
Paul Horsfall
2008-04-19
3
-3
/
+20
|
|
*
Remove unused ignore_missing_templates option
Pratik Naik
2008-04-19
2
-5
/
+1
|
|
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
21
-131
/
+190
|
|
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
13
-31
/
+25
|
|
*
Introduce ActionView::InlineTemplate class
Pratik Naik
2008-04-19
7
-18
/
+37
|
|
*
Add example for default_url_options[:host] to generated mailers.
Mislav Marohnić
2008-04-18
2
-2
/
+9
|
|
*
Merge branch 'master' of git@github.com:josh/rails
Joshua Peek
2008-04-18
1
-6
/
+5
|
|
|
\
|
|
|
*
Slight optimization to CallbackChain#union and delete.
Joshua Peek
2008-04-18
1
-6
/
+5
|
|
*
|
Changed mailer generator to not use instance variables.
Mislav Marohnić
2008-04-18
2
-12
/
+12
|
|
*
|
Cleanup generator tests by extracting repeated code into generator_test_helpe...
Mislav Marohnić
2008-04-18
6
-364
/
+227
|
|
|
/
|
|
*
Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...
Pratik Naik
2008-04-18
5
-89
/
+73
|
|
*
Tidy up ActiveSupport::Callbacks::CallbackChain instance API.
Joshua Peek
2008-04-17
6
-16
/
+54
|
*
|
Incompatible Symbol#to_proc was reverted upstream
Jeremy Kemper
2008-04-20
1
-7
/
+0
|
*
|
Override incompatible 1.8.7p1 String#chars
Jeremy Kemper
2008-04-19
1
-0
/
+6
|
*
|
Feature check :force_encoding instead of RUBY_VERSION
Jeremy Kemper
2008-04-19
2
-2
/
+2
|
*
|
Override Ruby 1.8.7's incompatible Symbol#to_proc.
Jeremy Kemper
2008-04-18
1
-1
/
+8
*
|
|
Merge branch 'master' of git@github.com:rails/rails
rick
2008-04-17
7
-8
/
+34
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix migrations when migrating to a specified version number with a fresh data...
Ian White
2008-04-17
2
-3
/
+12
|
*
|
Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re...
jweiss
2008-04-17
2
-1
/
+15
|
*
|
Ignore debug logs and ensure ActiveResource's log is cleaned up.
Joshua Peek
2008-04-16
2
-1
/
+1
|
*
|
Stub out Dispatcher#log_failsafe_exception method to please the test gods.
Joshua Peek
2008-04-15
1
-3
/
+6
|
*
|
Merge branch 'master' of git://github.com/stephencelis/rails
Joshua Peek
2008-04-14
4
-11
/
+13
|
|
\
\
*
|
\
\
Merge commit 'stephencelis/master' into asset_shit
rick
2008-04-13
4
-11
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Scripts and styles with multiple dots in the filename should cache
Stephen Celis
2008-04-12
4
-11
/
+13
*
|
|
Added Rails.public_path to control where HTML and assets are expected to be l...
David Heinemeier Hansson
2008-04-13
7
-9
/
+35
*
|
|
Merge branch 'master' of git://github.com/rails/rails
David Heinemeier Hansson
2008-04-13
9
-18
/
+107
|
\
\
\
|
*
|
|
Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]
gbuesing
2008-04-12
3
-7
/
+63
|
|
/
/
|
*
|
Add #getutc alias for DateTime#utc
gbuesing
2008-04-12
3
-0
/
+4
|
*
|
Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through meth...
gbuesing
2008-04-12
2
-9
/
+20
|
|
/
|
*
TimeWithZone respects config.active_support.use_standard_json_time_format
gbuesing
2008-04-12
3
-1
/
+14
|
*
rake time:zones:local finds correct base utc offset for zones in the Southern...
Geoffrey Buesing
2008-04-12
2
-1
/
+6
*
|
Merge branch 'master' of git://github.com/rails/rails
David Heinemeier Hansson
2008-04-12
10
-27
/
+107
|
\
|
|
*
Merge branch 'master' into custom_paths_for_resource_names
Michael Koziarski
2008-04-12
3
-13
/
+17
|
|
\
|
|
*
Merge branch 'master' of git@github.com:rails/rails
Michael Koziarski
2008-04-12
2
-7
/
+8
|
|
|
\
|
|
|
*
stub the instance method, there is no class method
Jeremy Kemper
2008-04-11
1
-1
/
+1
|
|
|
*
Ruby 1.9 compat: workaround module_eval issue
Jeremy Kemper
2008-04-11
1
-6
/
+7
|
|
*
|
Allow freezing to specific releases with rake rails:freeze:edge RELEASE=1.2.0...
Michael Koziarski
2008-04-12
1
-6
/
+9
|
|
|
/
[prev]
[next]