aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix test helpers to ensure get method forms are properly tested [#5753 state:...Aditya Sanghi2010-10-122-9/+16
| * make sure request parameters are accessible after rack throws an exception pa...Miles Egan2010-10-122-2/+14
| * Railties changelog updated with -j parameterSantiago Pastorino2010-10-111-0/+2
| * -j parameter added to rails new command.siong19872010-10-118-57/+6309
| * we should always cast the value based on the columnAaron Patterson2010-10-111-1/+1
| * removing freezeAaron Patterson2010-10-111-3/+3
| * removing some load path tomfooleryAaron Patterson2010-10-111-3/+0
| * fixing railties testsAaron Patterson2010-10-111-1/+0
| * Refactor a bit this code to add data-confirm and data-disable-withSantiago Pastorino2010-10-112-14/+6
| * Honor distinct option when used with count operation after group clause [#572...Marcelo Giorgi2010-10-112-4/+17
| * data-disable-with in button_to helperPaco Guzman2010-10-112-0/+27
| * reorder removed in favor of except(:order).orderSantiago Pastorino2010-10-116-36/+5
| * Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-115-9/+8
| |\
| | * Revert "Add missing CHANGELOG entry about reset_javascript_include_default"Xavier Noria2010-10-111-2/+0
| | * I corrected a code snippet typo in the railties/guides/source/initialization....Philip R. Dutton2010-10-111-1/+1
| | * Add missing CHANGELOG entry about reset_javascript_include_defaultRyan Bigg2010-10-111-0/+2
| | * Remove mention to register_javascript_include_default in documentationRyan Bigg2010-10-112-6/+0
| | * Fix typo 'configation' [#5575 state:resolved]Utkarsh Kukreti2010-10-111-1/+1
| | * Updated RUNNING_UNIT_TESTS documentation with mention of the build_databases ...Nathan Zook and Ryan Bigg2010-10-111-1/+6
| * | Updated DOCS for engines and added a couple TODOs. Also, commented internal r...José Valim2010-10-113-36/+50
| * | Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don...Santiago Pastorino2010-10-102-38/+3
| * | Always pull in version for frameworks (standardize autoload / require / none)wycats2010-10-105-5/+6
| * | Make ActiveSupport load own version.Barry Sears2010-10-101-0/+1
| * | 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