Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into mail | Jeremy Kemper | 2009-11-23 | 15 | -102/+118 |
|\ | |||||
| * | Pending test now passing | Jeremy Kemper | 2009-11-23 | 1 | -8/+6 |
| | | |||||
| * | Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs ↵ | David Heinemeier Hansson | 2009-11-23 | 2 | -0/+4 |
| | | | | | | | | [DHH] | ||||
| * | Revert "Revert "Assert primary key does not exist in habtm when the ↵ | Jeremy Kemper | 2009-11-23 | 5 | -31/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | association is defined, instead of doing that everytime a record is inserted."" This reverts commit 2b82708b0efb3a3458e8177beab58f0c585788ae. [#3128 state:resolved] Conflicts: activerecord/lib/active_record/associations.rb activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb | ||||
| * | Ensure generator fallbacks work even when a context is given. | José Valim | 2009-11-23 | 2 | -1/+8 |
| | | | | | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
| * | Also load generators at lib/rails_generators. | José Valim | 2009-11-23 | 2 | -22/+10 |
| | | | | | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
| * | Create SyncListener. Since they do not rely on Thread, they can be used on ↵ | José Valim | 2009-11-23 | 2 | -35/+74 |
| | | | | | | | | | | | | Google App Engine. Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
| * | Explicit source no longer needed, default gems source points to gemcutter. | Jeremy Kemper | 2009-11-22 | 1 | -3/+0 |
| | | |||||
| * | macruby: no format_datetime or msg2str | Jeremy Kemper | 2009-11-21 | 1 | -2/+2 |
| | | |||||
* | | Merge commit 'mikel/master' into mail | Jeremy Kemper | 2009-11-23 | 7 | -30/+37 |
|\ \ | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb | ||||
| * | | Change require mail version to 1.3.0 | Mikel Lindsaar | 2009-11-24 | 1 | -1/+1 |
| | | | |||||
| * | | Changed deprecation to use ActiveSupport::Deprecation | Mikel Lindsaar | 2009-11-24 | 1 | -2/+3 |
| | | | |||||
| * | | Fixed up incompatible encoding problem for Ruby 1.9 in test suite | Mikel Lindsaar | 2009-11-23 | 2 | -3/+13 |
| | | | |||||
| * | | Deprecating attachment :body => 'string' in favour of attachment :data => ↵ | Mikel Lindsaar | 2009-11-23 | 2 | -6/+10 |
| | | | | | | | | | | | | 'string' | ||||
| * | | Removing utils, and updating requires to match | Mikel Lindsaar | 2009-11-23 | 4 | -20/+12 |
| | | | |||||
* | | | Add mail dep to AM gemspec | Jeremy Kemper | 2009-11-23 | 2 | -3/+1 |
| | | | |||||
* | | | Never require jcode | Jeremy Kemper | 2009-11-22 | 1 | -1/+0 |
| | | | |||||
* | | | Rely on gemspec and bundled env for gem dependency. We just require it. | Jeremy Kemper | 2009-11-22 | 1 | -2/+1 |
| | | | |||||
* | | | Bundle mail 1.2.8 | Jeremy Kemper | 2009-11-22 | 1 | -0/+3 |
| | | | |||||
* | | | 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 |
| | | | | | | | | Mark them as pending till I figure it out. | ||||
| * | 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; ↵ | Jeremy Kemper | 2009-11-19 | 8 | -13/+13 |
| | | | | | | | | | | | | | | | | script/server working" Broke stuff. This reverts commit 520b8b59110dd130c89b317b6bd65d8644c7836f. | ||||
| * | Add basic nested named route support to new routing dsl. Also add a | Joshua Peek | 2009-11-19 | 2 | -8/+70 |
| | | | | | | | | bunch of pending tests. | ||||
| * | 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 ↵ | Jeremy Kemper | 2009-11-17 | 2 | -1/+24 |
| | | | | | | | | subclasses | ||||
| * | Insert generated association members in the same order they are specified ↵ | Gabe da Silveira | 2009-11-17 | 2 | -2/+25 |
| | | | | | | | | | | | | | | | | when assigning to a has_many :through using the generated *_ids method [#3491 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | Revert "Ensure Model#destroy respects optimistic locking" | Jeremy Kemper | 2009-11-17 | 2 | -52/+0 |
| | | | | | | | | | | | | | | | | | | | | [#1966 state:open] This reverts commit 0d922885fb54c19f04680482f024452859218910. Conflicts: activerecord/lib/active_record/locking/optimistic.rb | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | [#3259 state:resolved] Signed-off-by: Eloy Duran <eloy.de.enige@gmail.com> | ||||
| * | | 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 |
| |/ | | | | | | | submodules will be removed once we add proper Gemfile following to bundler | ||||
| * | 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 |
| | |