aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not allow templates coming from Fallback resolvers to store a virtual path.José Valim2010-10-105-4/+29
* Use identifiers for template equality.José Valim2010-10-105-10/+46
* Fix misleading advice to add 'memcache' to GemfileWincent Colaiuta2010-10-101-1/+1
* Override #store to be consistent with #[].Andrea Campi2010-10-102-0/+12
* Merge remote branch 'drogus/engines'José Valim2010-10-1014-90/+205
|\
| * Add 'foo:install:migrations' task to copy migrations from foo enginePiotr Sarnacki2010-10-092-1/+15
| * Load rake tasks defined in superclasses in context of railtiesPiotr Sarnacki2010-10-092-0/+31
| * Rename rake railties:copy_migrations to rake railties:install:migrations and ...Piotr Sarnacki2010-10-092-33/+42
| * Add callback on skipped migration while copying migrationsPiotr Sarnacki2010-10-092-9/+40
| * Change the method for copying migrations, do not add scope.Piotr Sarnacki2010-10-096-30/+60
| * Rename namespace method to isolate_namespace.Piotr Sarnacki2010-10-094-21/+21
* | Clean up unused methods from AV::Base and pass in the template object on rend...José Valim2010-10-106-31/+33
* | Add expire! and rerender to the template API. This will be used by SASS templ...José Valim2010-10-102-5/+67
* | Add some unit tests to Template#refresh.José Valim2010-10-101-4/+28
* | Update CHANGELOG.José Valim2010-10-103-2/+12
* | Add support to render :once.José Valim2010-10-106-29/+139
* | Clean up the house before moving in the new furniture.José Valim2010-10-1010-306/+348
* | prevent rake test to run the test suite three times when ENV['TEST'] is set [...David Calavera2010-10-102-6/+14
* | Rendering doesn't need RackDelegationwycats2010-10-101-1/+0
* | Fix a few bugs when trying to use Head standalonewycats2010-10-104-4/+23
* | Resolvers now consider timestamps.José Valim2010-10-104-35/+107
* | Deprecate old template handler API. Remove old handlers.José Valim2010-10-1023-59/+64
* | Add more docs and tests to templates.José Valim2010-10-092-41/+66
|/
* Fix error in routing guide edit_photo_path needs the id as paramSantiago Pastorino2010-10-091-1/+1
* This test is not only testing config/database stuff anymoreSantiago Pastorino2010-10-091-1/+1
* test that skip active records does not load fixturesAditya Sanghi2010-10-091-0/+3
* Test if test/performance/browsing_test.rb exists when --skip-activerecord is ...Santiago Pastorino2010-10-091-0/+1
* Fix example that became outdated after a code change.Andrea Campi2010-10-091-1/+1
* Fixing two minor errors in Rails::Generators::Actions initializer method comm...Juan Maiz2010-10-081-2/+2
* Refactor resource action scope methodsAndrew White2010-10-081-38/+20
* Remove old workaround for mocha bug. [#3886 state:committed]James Mead2010-10-081-4/+1
* Makes this code a bit more clearSantiago Pastorino2010-10-081-3/+3
* Remove the final initializers since initializers += will return it anyway. [#...Ryan Bigg2010-10-081-1/+0
* Fix engines testPiotr Sarnacki2010-10-081-1/+3
* Refactored routes reloading to use RouteSet#append instead keeping block in E...Piotr Sarnacki2010-10-082-23/+9
* Cleanup logger a bit.José Valim2010-10-081-38/+11
* Ensure rack body responds to each.José Valim2010-10-081-3/+2
* Fix 1.9.2 failures.José Valim2010-10-081-4/+4
* Fixed rake task description typoVesa Vänskä2010-10-081-1/+1
* removing false commentAaron Patterson2010-10-071-2/+0
* fix rendering a partial with an array as its :object [#5746 state:resolved]Michael Koziarski2010-10-083-3/+12
* Allow cache to be temporarily disabled through lookup_context.José Valim2010-10-075-6/+53
* render :template => 'foo/bar.json' now works as it should.José Valim2010-10-076-15/+57
* Make collection rendering faster.José Valim2010-10-072-3/+3
* Remove locals dependency from template.José Valim2010-10-079-85/+130
* Add a TODO to remove gem "jruby-openssl" when jruby-openssl is merge in jrubySantiago Pastorino2010-10-071-0/+3
* - update documentationGaston Ramos2010-10-071-0/+9
* - ActiveResource::HttpMock.respond_toGaston Ramos2010-10-071-1/+14
* - Fix ActiveResource::HttpMock.respond_to replace the responseGaston Ramos2010-10-072-23/+47
* Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ...José Valim2010-10-072-23/+26