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
...
|
*
|
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
|
|
|
/
|
*
/
Allow alternative values for the 'new' and 'edit' actions in resourceful routes.
Michael Koziarski
2008-04-12
3
-3
/
+28
|
|
/
|
*
Now that we have gems:unpack and gems:build allowing for integration of
David Dollar
2008-04-11
2
-7
/
+43
|
*
Fixed that formatted_polymorphic_route should be able to take the :format as ...
David Heinemeier Hansson
2008-04-11
2
-4
/
+19
*
|
Merge branch 'master' of git://github.com/rails/rails
David Heinemeier Hansson
2008-04-11
4
-45
/
+19
|
\
|
|
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2008-04-10
3
-16
/
+0
|
|
\
|
|
*
Revert "Ensure that save on child object fails for invalid belongs_to associa...
Michael Koziarski
2008-04-11
3
-16
/
+0
|
*
|
rake rails:freeze:edge using http://dev.rubyonrails.org/archives/rails_edge.z...
Jeremy Kemper
2008-04-10
1
-29
/
+19
|
|
/
*
/
Testing commits
David Heinemeier Hansson
2008-04-10
1
-2
/
+1
|
/
*
Change validates_uniqueness_of :case_sensitive option default back to true (f...
Rick Olson
2008-04-10
2
-2
/
+4
*
Ensure that save on child object fails for invalid belongs_to association. Cl...
Pratik Naik
2008-04-10
3
-0
/
+16
*
Require rubygems if needed when initializing GemDependency instances
Rick Olson
2008-04-09
1
-0
/
+1
*
Add support for interleaving migrations by storing which migrations have run ...
Rick Olson
2008-04-09
15
-80
/
+204
*
ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 ...
Rick Olson
2008-04-08
3
-1
/
+7
*
Automatically parse posted JSON content for Mime::JSON requests. [rick]
Rick Olson
2008-04-08
5
-8
/
+47
*
add json_escape ERB util to escape html entities in json strings that are out...
Rick Olson
2008-04-08
3
-14
/
+30
*
Don't require rails/gem_builder during rails initialization, it's only needed...
Rick Olson
2008-04-08
5
-7
/
+17
*
set ActiveSupport.escape_html_entities_in_json = false for new rails apps
Rick Olson
2008-04-08
1
-1
/
+5
*
Add config.active_support.escape_html_entities_in_json to allow disabling of ...
Rick Olson
2008-04-08
5
-4
/
+31
*
Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #...
Josh Peek
2008-04-07
2
-0
/
+7
*
script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes...
Josh Peek
2008-04-07
2
-1
/
+3
*
Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...
Pratik Naik
2008-04-06
4
-13
/
+106
*
Provide a helper proxy to access helper methods from outside views. Closes #1...
Josh Peek
2008-04-06
3
-0
/
+28
*
Split associations_test.rb into multiple files based on association type. [Pr...
Pratik Naik
2008-04-06
7
-2382
/
+2445
*
Ensure that save on parent object fails for invalid has_one association. Clos...
Pratik Naik
2008-04-06
3
-0
/
+27
*
Remove duplicate code from associations. [Pratik]
Pratik Naik
2008-04-06
6
-164
/
+72
*
Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...
Pratik Naik
2008-04-06
10
-95
/
+301
[prev]
[next]