Yehuda Katz + Carl Lerche
|
9d398f4827
|
Got all the railties tests to pass, rails must boot!
|
2009-06-23 14:49:04 -07:00 |
|
Jeremy Kemper
|
236169e85e
|
Missed one
|
2009-04-22 19:50:24 -07:00 |
|
Jeremy Kemper
|
d23ab4fbb6
|
Remove Symbol#to_proc dependency
|
2009-04-22 19:35:58 -07:00 |
|
Jeremy Kemper
|
1c36172c13
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
[#1617 state:resolved]
|
2009-03-08 13:11:58 -07:00 |
|
Jeremy Kemper
|
278186534c
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -08:00 |
|
David Heinemeier Hansson
|
4999d52e08
|
Added that config/routes.rb files in engine plugins are automatically loaded (and reloaded when they change in dev mode) [DHH]
|
2008-11-26 20:03:25 +01:00 |
|
Jacek Becela
|
86a042ddd9
|
Make plugins initialize also from rails/init.rb to ensure consistency with gems used as plugins
[#272 state:resolved]
|
2008-06-08 13:05:45 -04:00 |
|
Michael Koziarski
|
5b5d236792
|
Sort the results to remove platform dependent test failures
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8915 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2008-02-20 05:57:00 +00:00 |
|
Jeremy Kemper
|
dbed69249f
|
require abstract_unit directly since test is in load path
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8568 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2008-01-05 13:33:00 +00:00 |
|
Rick Olson
|
f1b1af88b5
|
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8115 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-11-08 05:29:44 +00:00 |
|
David Heinemeier Hansson
|
a5af3f75af
|
Added symbols as a legal way of specifying plugins in config.plugins (closes #9629) [tom]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7540 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-09-22 17:08:09 +00:00 |
|
David Heinemeier Hansson
|
6dd10d85da
|
Added the :all option to config.plugins thatll include the rest of the plugins not already explicitly named (closes #9613) [fcheung]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7531 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-09-21 22:31:19 +00:00 |
|
Marcel Molina
|
9f53e09eb9
|
Move responsibility for ensuring that all registered gems were loaded from the FileSystemLocator into the Initializer once all locators have had a chance to load the gems they located. [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6292 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-03-03 02:53:06 +00:00 |
|
Marcel Molina
|
15c466dd72
|
Split out the basic plugin locator functionality into an abstract super class. Add a FileSystemLocator to do the job of checking the plugin_paths for plugins. Add plugin_locators configuration option which will iterate over the set of plugin locators and load each of the plugin loaders they return. Rename locater everywhere to locator. [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6290 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-03-02 23:39:29 +00:00 |
|