aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-0918-50/+209
|\ | | | | Fix engine's generator
| * 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 ↵Ryan Bigg2011-06-071-7/+19
| | | | | | | | namespaced
| * 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
| |
* | fix spacingVijay Dev2011-06-081-1/+1
| |
* | Add action_mailer observer and interceptors configuration optionsPaco Guzman2011-06-071-1/+11
| |
* | add missing generator configsVijay Dev2011-06-081-3/+7
| |
* | proof reading and fixes in configuring guideVijay Dev2011-06-081-55/+57
| |
* | fix indents and a code error in caching guideVijay Dev2011-06-081-4/+4
| |
* | mention assets:clean in railties CHANGELOGXavier Noria2011-06-071-0/+2
| |
* | sprockets gzips assets nowXavier Noria2011-06-071-1/+4
| |
* | Fixing Rails::Server#app under Rack::URLMapGuillermo Iguaran2011-06-072-1/+5
| |
* | adds missing requireXavier Noria2011-06-071-0/+2
| |
* | add info about docrails policy on changelogsVijay Dev2011-06-071-1/+1
| |
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-0632-572/+541
|\ \ | | | | | | | | | | | | Conflicts: activerecord/RUNNING_UNIT_TESTS
| * | rearrange sections of the commandline guide giving more importance to rake tasksVijay Dev2011-06-071-63/+60
| | |
| * | document assets related rake tasksVijay Dev2011-06-071-0/+4
| | |
| * | Validations guide: order of :after_save callback was incorrect.Mariusz Pękala2011-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The guide was contracting itself. First it stated that 'there is a list of callbacks in order of execution', on the list 'after_save' was placed before 'after_create', and then there was a warning that 'after_save' runs after them. I am not sure about 'around_' callbacks, but let's leave that for another patch.
| * | Change http://api.rubyonrails.com to http://api.rubyonrails.orgGuillermo Iguaran2011-06-051-2/+2
| | |
| * | Edited railties/guides/source/asset_pipeline.textile via GitHubMohammad Typaldos2011-06-051-3/+15
| | |
| * | minor edits in migrations guideVijay Dev2011-06-061-4/+4
| | |
| * | Remove trailing white-spacesGuillermo Iguaran2011-06-055-9/+9
| | |
| * | correct code indendation in the initialization guideVijay Dev2011-06-051-310/+311
| | |
| * | s/ActiveRecord/Active Record according to api guidelinesVijay Dev2011-06-043-5/+5
| | |
| * | minor corrections in generators guideVijay Dev2011-06-041-2/+2
| | |
| * | fix incorrect module name for wrap parametersVijay Dev2011-06-041-1/+1
| | |
| * | Fixed order of parameters in assert_equal call examples, first expected, ↵Alberto Perdomo2011-06-041-2/+2
| | | | | | | | | | | | then actual object.
| * | Upcoming version of Rails is upon us so no need to refer to it. [API DOCS]Rohit Arondekar2011-06-031-2/+2
| | |
| * | FIXED: error with url_for & link_to when we have nested resources.Linux on Rails2011-06-031-1/+1
| | |
| * | use 'bundle exec rake'Vijay Dev2011-06-031-2/+2
| | |
| * | fix indentation, fixed-width for nilsVijay Dev2011-06-031-18/+18
| | |