index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
engine.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add Engine#helpers method which loads all the engine's helpers
Piotr Sarnacki
2011-04-25
1
-0
/
+39
*
Remove the ability for engines to serve assets from the public directory.
José Valim
2011-04-15
1
-67
/
+7
*
Fix tests.
José Valim
2011-04-15
1
-13
/
+24
*
Booya, sprockets now works from Engines.
José Valim
2011-04-15
1
-0
/
+5
*
Engines that use isolate_namespace with nested modules should set correct mod...
Rolf Timmermans
2011-03-28
1
-2
/
+2
*
refactored Engine.#find by giving an explicit name to a variable and reducing...
Diego Carrion
2011-03-09
1
-3
/
+3
*
Railties typos.
R.T. Lechow
2011-03-05
1
-3
/
+3
*
only compute path.to_s once
Aaron Patterson
2011-03-02
1
-1
/
+4
*
Make all references to engines lowercase in docs.
Matt Buck
2011-01-19
1
-36
/
+36
*
Copy-edit and format Rails::Engine docs.
Matt Buck
2011-01-14
1
-85
/
+93
*
Should be isolated engine instead of namespaced engine
Piotr Sarnacki
2010-12-16
1
-1
/
+1
*
Ensure asset_path defaults to nil for application
José Valim
2010-12-09
1
-1
/
+6
*
Rails::Engine.find(path) - method to find engine by path
Piotr Sarnacki
2010-12-09
1
-0
/
+5
*
Do not create table_name_prefix method on isolated module if the method alrea...
Piotr Sarnacki
2010-11-22
1
-2
/
+4
*
There is no need to make isolated? method with bang-bang, just alias isolated
Piotr Sarnacki
2010-11-16
1
-4
/
+1
*
Add missing autoload.
José Valim
2010-11-11
1
-0
/
+1
*
Remove unused Configurable in Rails::Engine and Rails::Application. Remove un...
zhengjia
2010-11-11
1
-1
/
+0
*
delete from :number until the end
Santiago Pastorino
2010-10-15
1
-1
/
+1
*
Removed duplicated method find_root_with_flag
Piotr Sarnacki
2010-10-15
1
-15
/
+0
*
in regexps, the dot in a character class is not a metacharacter
Xavier Noria
2010-10-15
1
-1
/
+1
*
Use railtie_name to correctly get name from plugins
Piotr Sarnacki
2010-10-14
1
-1
/
+1
*
Update documentation for new tasks
Piotr Sarnacki
2010-10-14
1
-7
/
+8
*
Add task foo:install (where foo is plugin) as a shortcutinstall:migrations an...
Piotr Sarnacki
2010-10-14
1
-0
/
+6
*
Added foo:install:assets task that copies assets from plugins public director...
Piotr Sarnacki
2010-10-14
1
-5
/
+5
*
Do not treat information about skipped migrations as WARNINGs but as a NOTEs,...
Piotr Sarnacki
2010-10-14
1
-0
/
+6
*
Updated DOCS for engines and added a couple TODOs. Also, commented internal r...
José Valim
2010-10-11
1
-34
/
+48
*
Add 'foo:install:migrations' task to copy migrations from foo engine
Piotr Sarnacki
2010-10-09
1
-0
/
+14
*
Rename namespace method to isolate_namespace.
Piotr Sarnacki
2010-10-09
1
-10
/
+10
*
Refactored routes reloading to use RouteSet#append instead keeping block in E...
Piotr Sarnacki
2010-10-08
1
-5
/
+3
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-10-06
1
-1
/
+1
|
\
|
*
Fixed typo in engine documentation
Thomas McDonald
2010-10-06
1
-1
/
+1
*
|
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-27
/
+32
*
|
Use RbConfig instead of Config for 1.9.3 compatibility.
José Valim
2010-10-05
1
-1
/
+1
*
|
Add documentation on app_generators
Piotr Sarnacki
2010-10-03
1
-0
/
+20
*
|
Move routes_reloader to a class: RoutesReloader
Piotr Sarnacki
2010-09-30
1
-1
/
+1
*
|
Properly reload routes defined in class definition
Piotr Sarnacki
2010-09-30
1
-1
/
+6
*
|
Do not overwrite _railtie method on namespace while creating isolated engine ...
Piotr Sarnacki
2010-09-30
1
-12
/
+13
|
/
*
List all of isolated engine changes
Piotr Sarnacki
2010-09-20
1
-3
/
+21
*
Strengthen documantation on engine's migrations and seed data
Piotr Sarnacki
2010-09-20
1
-0
/
+15
*
Add helper for loading seed data for engine and application
Piotr Sarnacki
2010-09-20
1
-0
/
+9
*
Add documentation on serving assets from engine strategies
Piotr Sarnacki
2010-09-06
1
-0
/
+10
*
Removed deprecated router API from railties
Piotr Sarnacki
2010-09-05
1
-11
/
+0
*
Small tidy up on Rails::Engine.
José Valim
2010-09-04
1
-48
/
+49
*
I've changed that test along the way, it should actually stay without changes
Piotr Sarnacki
2010-09-03
1
-6
/
+6
*
Use default_scope in isolated Engines to not force user to scope his routes
Piotr Sarnacki
2010-09-03
1
-0
/
+2
*
engines_blank_point should always be the last initializer in Engine
Piotr Sarnacki
2010-09-03
1
-5
/
+5
*
We should avoid creating additional initializers when we can, adding them mak...
Piotr Sarnacki
2010-09-03
1
-3
/
+1
*
Add some more docs on polymorphic_url with routes proxy
Piotr Sarnacki
2010-09-03
1
-0
/
+10
*
Include all helpers from non-namespaced engines
Piotr Sarnacki
2010-09-03
1
-2
/
+16
*
Get rid of static_paths method and instead configure paths for ActionDispatch...
Piotr Sarnacki
2010-09-03
1
-0
/
+7
[prev]
[next]