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 commit 'origin/master' into mail
Jeremy Kemper
2009-11-22
211
-2360
/
+1626
|
\
|
*
Fix Rails::Rack::Static deprecated constant proxy
Jeremy Kemper
2009-11-21
1
-1
/
+1
|
*
Update gemspec also
Jeremy Kemper
2009-11-19
2
-2
/
+1
|
*
Should be rackmount 0.2
Joshua Peek
2009-11-19
1
-1
/
+1
|
*
Depend on rack-mount 0.0.2
Joshua Peek
2009-11-19
1
-1
/
+1
|
*
Extended and case insensitive regexp routes aren't that important.
Joshua Peek
2009-11-19
1
-15
/
+24
|
*
Update routing for rackmount 0.2 api changes
Joshua Peek
2009-11-19
1
-54
/
+11
|
*
Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...
Jeremy Kemper
2009-11-19
8
-13
/
+13
|
*
Add basic nested named route support to new routing dsl. Also add a
Joshua Peek
2009-11-19
2
-8
/
+70
|
*
Fix test bleed
Jeremy Kemper
2009-11-18
1
-1
/
+1
|
*
Final steps toward clean rails "foo"; cd foo; gem bundle; script/server working
Yehuda Katz + Carl Lerche
2009-11-18
8
-13
/
+13
|
*
Check whether another lib has implemented ruby 1.9 string interp syntax
Jeremy Kemper
2009-11-18
1
-1
/
+1
|
*
Extract form_authenticity_param instance method so it's overridable in subcla...
Jeremy Kemper
2009-11-17
2
-1
/
+24
|
*
Insert generated association members in the same order they are specified whe...
Gabe da Silveira
2009-11-17
2
-2
/
+25
|
*
Revert "Ensure Model#destroy respects optimistic locking"
Jeremy Kemper
2009-11-17
2
-52
/
+0
|
*
Merge remote branch 'Fingertips/master'
Joshua Peek
2009-11-16
2
-13
/
+66
|
|
\
|
|
*
Allow explicit placement of hidden id element for nested models.
Will Read
2009-11-15
2
-13
/
+66
|
*
|
Make script/server work with correct application.rb
Yehuda Katz
2009-11-16
2
-1
/
+6
|
*
|
Require action_dispatch, not action_controller
Yehuda Katz
2009-11-16
1
-1
/
+1
|
*
|
Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These ...
Yehuda Katz
2009-11-16
3
-0
/
+12
|
|
/
|
*
Ruby 1.9: skip pg locking test for 1.9.1 also
Jeremy Kemper
2009-11-15
1
-1
/
+1
|
*
Add TimeZone dependency
Yehuda Katz
2009-11-14
1
-0
/
+2
|
*
Repair time dependencies
Jeremy Kemper
2009-11-14
8
-13
/
+9
|
*
Loosen optional gem deps from ~> to >=
Jeremy Kemper
2009-11-14
1
-1
/
+1
|
*
Remove Gemfile deps duplicated from AP gemspec
Jeremy Kemper
2009-11-14
2
-3
/
+1
|
*
Just use abstract_unit
Jeremy Kemper
2009-11-14
1
-12
/
+1
|
*
Fix bundler environment check
Jeremy Kemper
2009-11-14
1
-1
/
+1
|
*
No need for test stub
Jeremy Kemper
2009-11-14
1
-2
/
+2
|
*
No need to check for generated method, just redispatch
Jeremy Kemper
2009-11-14
1
-4
/
+3
|
*
Ruby 1.9.2: use recursive flatten
Jeremy Kemper
2009-11-14
1
-7
/
+1
|
*
Skip pg locking test due to connection checkout deadlock detection
Jeremy Kemper
2009-11-14
1
-5
/
+8
|
*
Consolidate date & time landscape: require 'active_support/time'
Jeremy Kemper
2009-11-14
8
-31
/
+23
|
*
Ruby 1.9.2: fix flatten_deeper to preserve nils
Jeremy Kemper
2009-11-14
1
-1
/
+1
|
*
Notifications: queue.drained? for testability in place of brittle sleeps
Jeremy Kemper
2009-11-13
2
-19
/
+21
|
*
Fix duration check for longer sleep
Jeremy Kemper
2009-11-13
1
-1
/
+1
|
*
CI: slow down brittle notifications tests
Jeremy Kemper
2009-11-13
1
-9
/
+10
|
*
Revert "Split arel_table into method to get a relation and another to memoize...
Jeremy Kemper
2009-11-13
5
-13
/
+13
|
*
Ruby 1.9.2: StringIO no longer has #path
Jeremy Kemper
2009-11-13
1
-1
/
+1
|
*
Ruby 1.9.2: fix broken to_ary expectation
Jeremy Kemper
2009-11-13
1
-1
/
+3
|
*
Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly...
Jeremy Kemper
2009-11-13
4
-19
/
+35
|
*
Rescue handlers should never need array wrapping. Bug if so.
Jeremy Kemper
2009-11-13
1
-2
/
+1
|
*
Split arel_table into method to get a relation and another to memoize the def...
Jeremy Kemper
2009-11-13
5
-13
/
+13
|
*
Missing customers fixture
Jeremy Kemper
2009-11-13
1
-2
/
+2
|
*
Uses Hash#reverse_merge
Jeremy Kemper
2009-11-13
1
-0
/
+2
|
*
Ruby 1.9.2: avoid #flatten
Jeremy Kemper
2009-11-13
3
-18
/
+38
|
*
Prefer Array.wrap to Array()
Jeremy Kemper
2009-11-13
1
-1
/
+2
|
*
Ruby 1.9.2: work around Array allowing method_missing for to_ary
Jeremy Kemper
2009-11-13
1
-4
/
+3
|
*
Test that Array.wrap works with proxy objects and structs
Jeremy Kemper
2009-11-13
1
-0
/
+20
|
*
Split mime responder into smaller chunks and allow action to be configured.
José Valim
2009-11-13
2
-18
/
+48
|
*
Remove rackmount const usage
Joshua Peek
2009-11-12
2
-3
/
+3
[next]