aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-17196-1793/+3968
|\
| * Anchors should be allowed on constraints that are not on path segmentsCarl Lerche2010-11-162-9/+20
| * The PRE part of the rails version is a string or nilCarl Lerche2010-11-161-1/+1
| * Removing the old release.rb scriptCarl Lerche2010-11-161-11/+0
| * Small cleanup of the release taskCarl Lerche2010-11-162-9/+7
| * Add a task to tag the commit and pushCarl Lerche2010-11-161-1/+1
| * Ignore the dist directoryCarl Lerche2010-11-161-0/+1
| * Add a task to commit the changesCarl Lerche2010-11-161-0/+13
| * Add some sanity checks to the gem push scriptCarl Lerche2010-11-161-2/+16
| * Remove some useless comments from the release taskCarl Lerche2010-11-161-14/+0
| * Update the main Rakefile to use the new release tasksCarl Lerche2010-11-161-0/+9
| * Add a new file containing tasks related to releasingCarl Lerche2010-11-161-0/+85
| * Update the version.rb files to include a PRE partCarl Lerche2010-11-168-16/+16
| * Remove the old gem release taskCarl Lerche2010-11-161-22/+0
| * removing many unused variablesAaron Patterson2010-11-1615-30/+23
| * super automatically passes on the implicit blockAaron Patterson2010-11-161-5/+1
| * use unless instead of if !Aaron Patterson2010-11-161-1/+1
| * removing space errorsAaron Patterson2010-11-162-5/+5
| * reloading an association will properly set attributes of instantiated objects...Aaron Patterson2010-11-162-1/+24
| * Do not run migrations from mounted engine separately.Piotr Sarnacki2010-11-161-2/+0
| * refactoring uniq methodAaron Patterson2010-11-161-7/+4
| * refactor to reduce method callsAaron Patterson2010-11-161-10/+19
| * Fix ActiveRecord calculations when grouped by multiple fieldsAlexandru Catighera2010-11-162-14/+31
| * using a merge with a Hash[] rather than a loop to add SAX parsed attributesAaron Patterson2010-11-162-3/+2
| * Create directory before copying migrations if it does not existPiotr Sarnacki2010-11-162-0/+17
| * Fix plugin new --mountable: ActionController instead of ActiveControllerPiotr Sarnacki2010-11-162-2/+2
| * Change inside_namespace method to inside_template and use it in all templates...Piotr Sarnacki2010-11-166-31/+20
| * revises RDoc of AR::Base#==Xavier Noria2010-11-161-1/+9
| * Models should be equals even after destroyedSantiago Pastorino2010-11-163-4/+13
| * adds a publish_docs task to force stable docs generation and publishing after...Xavier Noria2010-11-161-0/+25
| * Brought the domain method in AD http url inline with subdomain where @@tld_le...Josh Kalderimis2010-11-162-1/+5
| * Fix misspelling of 'deprecation' in plugin_generator.Doug Ireton2010-11-162-2/+2
| * support finding by a ruby class [#5979 state:resolved]Aaron Patterson2010-11-152-0/+10
| * adding more test coverage around finding with active record objectsAaron Patterson2010-11-151-0/+12
| * Fix failing tests.José Valim2010-11-161-29/+7
| * updated the rails guide to reflect changes in the action view railtie relatin...Josh Kalderimis2010-11-161-5/+5
| * changed asset_timestamps_cache to asset_ids_cache, added an rdoc comment to t...Josh Kalderimis2010-11-162-17/+21
| * corrected the AV railtie to use the new home for cache_asset_timestamps, and ...Josh Kalderimis2010-11-164-75/+47
| * reorganised the the common asset helpers module into a class and have it incl...Josh Kalderimis2010-11-166-125/+128
| * incorporated most of the feedback from JoséJosh Kalderimis2010-11-167-290/+281
| * reduced duplication between the javascript and stylesheet asset tag methods, ...Josh Kalderimis2010-11-168-264/+312
| * removed an assert from a test as it was testing a private methodJosh Kalderimis2010-11-161-1/+0
| * separated the asset id methods to a separate module, removed some dupliation ...Josh Kalderimis2010-11-166-413/+486
| * split the javascript and stylesheet tag helpers into separate files as a prec...Josh Kalderimis2010-11-163-313/+348
| * Do not allow to use plugin_new generator directly, you should use Usage:Piotr Sarnacki2010-11-162-0/+9
| * Allow running `rails plugin new` command inside rails applicationPiotr Sarnacki2010-11-162-6/+17
| * Bye bye bang bang.Piotr Sarnacki2010-11-161-1/+1
| * There is no need to make isolated? method with bang-bang, just alias isolatedPiotr Sarnacki2010-11-161-4/+1
| * Deprecate plugin generatorPiotr Sarnacki2010-11-162-6/+19
| * Add skip-gemspec option to 'plugin new' generatorPiotr Sarnacki2010-11-162-7/+15