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
...
|
*
|
Let Base.all use conditions etc like first/last
David Heinemeier Hansson
2008-04-28
3
-1
/
+10
|
|
/
|
*
Fixed that BenchmarkHelper should use controller.logger instead of @logger (w...
David Heinemeier Hansson
2008-04-27
1
-3
/
+5
|
*
Added ActionController::TestCase#rescue_action_in_public! to control whether ...
David Heinemeier Hansson
2008-04-27
2
-2
/
+23
|
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-04-27
11
-13
/
+90
|
|
\
|
|
*
Be friendlier when upgrading apps with an old boot.rb.
John Barnette
2008-04-28
1
-0
/
+4
|
|
*
Remove old :limit removal code from find_initial, logic is now handled in the...
Aliaksey Kandratsenka
2008-04-27
1
-1
/
+1
|
|
*
Add default options to file_store to make it align with the other cache store...
Michael Koziarski
2008-04-26
1
-2
/
+2
|
|
*
Ensure table names are quoted by the association preloading code.
Frederick Cheung
2008-04-26
8
-10
/
+83
|
*
|
Changing "and" to && whereever I catch it
David Heinemeier Hansson
2008-04-27
1
-1
/
+1
|
|
/
|
*
Added that the MySQL adapter should map integer to either smallint, int, or b...
David Heinemeier Hansson
2008-04-25
2
-0
/
+18
|
*
Pass template object to Handler#compile
Pratik Naik
2008-04-24
4
-4
/
+4
|
*
Use .gitignore as the convention for dummy file names.
Joshua Peek
2008-04-24
6
-0
/
+0
*
|
Merge branch 'master' of git@github.com:rails/rails
rick
2008-04-23
146
-3858
/
+1696
|
\
|
|
*
Fixes a subtle bug when using symbols for key definitions in habtm associations
David Dollar
2008-04-23
2
-3
/
+32
|
*
preventing generated documentation from being picked up by git. [#37 state:re...
Sam Granieri
2008-04-23
1
-1
/
+7
|
*
Make sure member names aren't mistakenly set to nil when providing :path_names
Eugene Pimenov
2008-04-23
2
-8
/
+39
|
*
Fix include? on has_many collections with finder_sql to fall back to Array in...
Joshua Bates
2008-04-23
2
-0
/
+12
|
*
Provide data for the key column otherwise adding a unique index will fail. [#...
Frederick Cheung
2008-04-23
1
-0
/
+1
|
*
Rails Edge info returns the latest git commit hash [#36 state:resolved]
Francesc Esplugas
2008-04-22
3
-43
/
+39
|
*
Use schema.rb for all databases
Frederick Cheung
2008-04-22
43
-2928
/
+432
|
*
Fallback to Ruby's pseudo random number generator if the system does not have...
Joshua Peek
2008-04-21
1
-1
/
+6
|
*
Don't require generator_test_helper in RailsGeneratorTest.
Joshua Peek
2008-04-21
1
-3
/
+12
|
*
Add .empty files to empty directories so git preserves them.
Joshua Peek
2008-04-21
6
-0
/
+0
|
*
Rescue from Timeout::Error in ActiveResource::Connection.
Cheah Chu Yeow
2008-04-22
3
-1
/
+32
|
*
Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...
Cheah Chu Yeow
2008-04-22
4
-4
/
+117
|
*
* Remove default_url_options from mailer generator
Cody Fauser
2008-04-21
3
-17
/
+30
|
*
Add back empty plugin folders that were lost when we moved to git.
Joshua Peek
2008-04-21
4
-32
/
+32
|
*
Revert "Update plugin loading tests to reflect changes in plugin fixtures."
Joshua Peek
2008-04-21
3
-79
/
+86
|
*
Update plugin loading tests to reflect changes in plugin fixtures.
Joshua Peek
2008-04-21
3
-86
/
+79
|
*
Gem dependencies don't require a version. Also fixed up failing gem dependenc...
Joshua Peek
2008-04-21
2
-3
/
+5
|
*
Mock RailsFCGIHandler and Dispatcher to stop mocha deprecation warnings.
Joshua Peek
2008-04-21
1
-6
/
+24
|
*
Alias Object#instance_variable_names to Object#instance_variables for Ruby 1.8.x
Pratik Naik
2008-04-21
1
-2
/
+6
|
*
Delegate ivars to controller instead of copying
Pratik Naik
2008-04-21
4
-10
/
+23
|
*
select_datetime and select_time default to Time.zone.now when config.time_zon...
gbuesing
2008-04-21
3
-2
/
+22
|
*
datetime_select defaults to Time.zone.now when config.time_zone is set
gbuesing
2008-04-21
3
-1
/
+39
|
*
Use the rails user when creating and dropping the database rather than fallin...
Steven Soroka
2008-04-21
1
-6
/
+6
|
*
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
[prev]
[next]