aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * Finished a first stab at the Rails application path object.Yehuda Katz + Carl Lerche2009-06-261-64/+40
| |
| * Update paths to support an explicit root and multiple paths per categoryYehuda Katz + Carl Lerche2009-06-261-29/+91
| |
| * Simple initial Paths implYehuda Katz + Carl Lerche2009-06-261-0/+68
| |
* | Spec --no and --skip.José Valim2009-06-261-1/+12
| |
* | Added Controller Generators.José Valim2009-06-262-2/+64
| |
* | Clean up class collisions check and a class method helper.José Valim2009-06-261-0/+6
| |
* | Class collision checks.José Valim2009-06-261-1/+1
| |
* | Added HelperGenerator.José Valim2009-06-263-2/+38
| |
* | Added integration and performance test generators.José Valim2009-06-262-0/+36
| |
* | More tests for mailer.José Valim2009-06-251-1/+7
| |
* | Mailer tests.José Valim2009-06-251-0/+48
| |
* | More code refactoring.José Valim2009-06-251-0/+24
| |
* | Added class collision checks.José Valim2009-06-253-12/+18
| |
* | Added observer generator.José Valim2009-06-251-0/+34
| |
* | Make tests pass again after merge.José Valim2009-06-258-8/+12
| |
* | Tests for metal generator.José Valim2009-06-252-4/+18
| |
* | Tests for plugin generator.José Valim2009-06-254-8/+58
| |
* | Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-06-257-45/+217
|\|
| * Got all the railties tests to pass, rails must boot!Yehuda Katz + Carl Lerche2009-06-233-2/+7
| |
| * Fix the default frameworksYehuda Katz + Carl Lerche2009-06-231-1/+2
| |
| * Get more tests to passYehuda Katz + Carl Lerche2009-06-231-3/+5
| |
| * Get initializer_test.rb to pass with the new initializer.Yehuda Katz + Carl Lerche2009-06-231-11/+11
| |
| * Started making progress on implementing a new initializer.Yehuda Katz + Carl Lerche2009-06-232-89/+140
| | | | | | | | | | Class.any_instance.expects(:require).raises(LoadError) ... w0t
| * Initial initializer implYehuda Katz + Carl Lerche2009-06-231-11/+6
| |
| * Starting to write the new initializerYehuda Katz + Carl Lerche2009-06-231-0/+118
| |
* | Change current sstructure.José Valim2009-06-2312-334/+335
| |
* | Removing template runner old specs.José Valim2009-06-231-216/+0
| |
* | Added metal generator.José Valim2009-06-231-2/+2
| |
* | Use Rails generators files organization.José Valim2009-06-231-2/+2
| |
* | Remove class level conditions and ensure that RAILS_GEM_VERSION is commented ↵José Valim2009-06-201-1/+2
| | | | | | | | when freeze.
* | More tests to app generator.José Valim2009-06-202-0/+71
| |
* | First stub at app generators test.José Valim2009-06-202-2/+66
| |
* | Moving tests to new generators schema.José Valim2009-06-192-206/+185
| |
* | Starting test structure.José Valim2009-06-192-0/+256
| |
* | Secret key generator. You are gone.José Valim2009-06-191-38/+0
| |
* | Kick boot_test back to life.José Valim2009-06-191-1/+1
|/
* Remove a stray process2 requireYehuda Katz + Carl Lerche2009-06-161-1/+1
|
* Get all of rake tests to passYehuda Katz + Carl Lerche2009-06-151-1/+7
|
* Fix incorrect specification path in GemDependency#from_directory_nameMatt Jones2009-06-101-0/+7
| | | | Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Fix several issues with the 2.3.2 gem loader.Matt Jones2009-06-091-1/+15
| | | | | | | | | | | | | | | | | | Incorporates the following: - migrates back small change to gems:build:force from bfc1609a501fc3ed442685819de5bcdb5fbada1c to finish closing #2266. - unrolls to_proc calls in gems.rake, to match the change in master. - fixes #2722 by passing the options hash to dependencies during build. (includes a test) - fixes #2721 by loading the specification directly in from_directory_name. Adds an option to opt-out of specification loading when needed (in gems:refresh_specs, for instance). Includes tests. - fixes #2679 by refreshing specs for all frozen gems rather than just gems loaded from the environment. - fixes #2678 by passing the options hash to dependencies during unpack. Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Fix initializer i18n path testJeremy Kemper2009-06-011-0/+1
|
* ensure initialize_database_middleware doesn't use ActionController if ↵calavera2009-05-271-4/+19
| | | | | | action_controller framework is not enabled [#2680 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Add an model_subclass generator.Fabien Jakimowicz2009-05-271-0/+15
| | | | | | | | This generator creates a new model as a subclass of an existing model and the unit test for that model. Lets users avoid having to manually delete the fixtures and migration or remember to pass those arguments. [#2702 state:committed] Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Get Railties passing againYehuda Katz2009-05-161-0/+2
|
* Cherry-pick core extensionsJeremy Kemper2009-05-132-2/+0
|
* Additional tests for the gem subsystemDavid Dollar2009-04-295-0/+101
| | | | | | | | | | * test_gem_ignores_development_dependencies * test_gem_guards_against_duplicate_unpacks * test_gem_does_not_unpack_framework_gems [#2236 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-286-0/+105
| | | | | | | | | | | | | | | | | | | This commit adds a rudimentary check for 'unbuilt' gems, so that we can abort the application load if there are any gems that have native components that have not yet been built. The rake task gems:build has now only builds 'unbuilt' gems as a result. The rake task gems:build:force has been added to deal with cases of incomplete builds, or any case where you need to force the build of all of your gems. Changes the gems:build task to get its gem list by parsing directory entries in vendor/gems, which sidesteps the chicken/egg issues involved with having a gem unpacked into vendor/gems without before its native bits are compiled. [#2266 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-282-0/+2
|
* Fix missing core extension dependenciesJeremy Kemper2009-04-282-0/+2
|
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-272-3/+3
| | | | | | | | ActionView::Template is now completely independent from template storage, which allows different back ends such as the database. ActionView::Template's only responsibility is to take in the template source (passed in from ActionView::Path), compile it, and render it.