aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepend bundle exec to get the correct Rake versionStefan Sprenger2011-06-071-3/+3
* Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-074-12/+3
* Use mattr_accessor :namespaceStefan Sprenger2011-06-072-13/+2
* Don't create full Rails application if RAILS_ISOLATION_COMMAND equals engineStefan Sprenger2011-06-071-1/+1
* Use namespace if it's a mountable engineStefan Sprenger2011-06-075-12/+61
* Added regression testsStefan Sprenger2011-06-071-12/+5
* Move test/engine/generators_test.rb to test/railties/generators_test.rbStefan Sprenger2011-06-071-1/+1
* Add test for helper generatorStefan Sprenger2011-06-071-3/+10
* Clean up engine's generator test and use bundle exec for invoking generatorsStefan Sprenger2011-06-071-13/+30
* Clean up engine generators_test code and add test for models correctly namesp...Ryan Bigg2011-06-071-7/+19
* Add beginnings of test for generators within the context of an engineRyan Bigg2011-06-071-0/+54
* We moved engine commands to rails/engine/commandsStefan Sprenger2011-05-271-5/+1
* Add destroy to engine's commandsStefan Sprenger2011-05-271-2/+3
* Generate script/rails only if --full is givenStefan Sprenger2011-05-273-5/+7
* Refactor identifying generator's destination rootStefan Sprenger2011-05-271-5/+2
* Fix appending 'Stefan Sprenger2011-05-271-1/+1
* We're using module not class for namespacingStefan Sprenger2011-05-271-8/+8
* Move requiring engine out of the switch caseStefan Sprenger2011-05-271-4/+3
* Fix and test ENGINE_PATH and ENGINE_ROOTStefan Sprenger2011-05-272-2/+10
* Introducing engine commandsStefan Sprenger2011-05-263-3/+48
* Move load_generators from Rails::Application to Rails::EngineStefan Sprenger2011-05-262-12/+12
* We're now using generators directlyStefan Sprenger2011-05-261-1/+0
* Use global namespace RailsStefan Sprenger2011-05-262-2/+2
* Use plugin name consistentlyStefan Sprenger2011-05-261-1/+1
* Merge pull request #1324 from dmathieu/no_error_on_invalid_formatJosé Valim2011-05-262-1/+7
|\
| * don't raise an exception if the format isn't recognizeddmathieu2011-05-262-1/+7
* | Merge pull request #1315 from ardavis/masterJosé Valim2011-05-252-2/+2
|\ \
| * | Added a space to the comment_if helper for formatting purposesAndrew Davis2011-05-251-1/+1
| * | Accidentally added extra IDE files, removed them.Andrew Davis2011-05-258-342/+0
| * | Removed unnecessary space in application.rb for formattingAndrew Davis2011-05-259-1/+343
* | | Merge pull request #1316 from guilleiguaran/railties-changelogAaron Patterson2011-05-251-0/+7
|\ \ \ | |/ / |/| |
| * | Updating Railties changelogGuillermo Iguaran2011-05-251-0/+7
|/ /
* | Merge pull request #1312 from joshk/remove_active_support_deprecationsJosé Valim2011-05-2515-648/+3
|\ \
| * | Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-2515-648/+3
|/ /
* | Merge pull request #1311 from kuldarkrabbi/masterJosé Valim2011-05-251-1/+0
|\ \
| * | action_view/template/handler has been removedKuldar Krabbi2011-05-251-1/+0
* | | Merge branch 'master' of github.com:rails/railsXavier Noria2011-05-2512-162/+4
|\| |
| * | Merge pull request #1285 from joshk/remove_active_record_deprecationsAaron Patterson2011-05-2512-162/+4
| |\ \
| | * | removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-2512-162/+4
* | | | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-2594-363/+408
|\ \ \ \ | |/ / / |/| | |
| * | | Typo; changed 'Febuary' to 'February'Lee Reilly2011-05-251-1/+1
| * | | Typo; changed 'colour' to 'color' & 'analysed' to 'analyzed'Lee Reilly2011-05-251-3/+3
| * | | Typo; changed 'enviroment' to 'environment'Lee Reilly2011-05-251-1/+1
| * | | prefer validates :x in place of validates_x_ofVijay Dev2011-05-261-25/+25
| * | | fixed minor errorsVijay Dev2011-05-261-3/+4
| * | | changes validates_format & numericality to newer syntaxVijay Dev2011-05-251-6/+6
| * | | changes validates_inclusion & exclusion to newer syntaxVijay Dev2011-05-251-7/+7
| * | | changes validates_length_of to newer syntaxVijay Dev2011-05-251-17/+14
| * | | changes validates_confirmation_of to newer syntaxVijay Dev2011-05-251-4/+4
| * | | changes validates_acceptance_of to newer syntaxVijay Dev2011-05-251-2/+2