This website requires JavaScript.
Explore
Help
Sign In
Software
/
rosa-build
mirror of
https://github.com/OpenMandrivaSoftware/rosa-build.git
Watch
1
Star
0
Fork
You've already forked rosa-build
0
Code
Issues
Projects
Releases
Wiki
Activity
master
rosa-build
/
config
/
initializers
/
setup.rb
2 lines
78 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Upgrade gems. Upgrade FactoryGirl syntax. Move code out from vendor/plugins, redo plugins structure. Fix all deprecations. Great refactor for lib and initializers folders. Add magic encodings. Code cleanup. Fix some specs. Refs #263
2012-03-29 21:34:22 +01:00
Dir
[
Rails
.
root
.
join
(
"
lib/ext/**/*.rb
"
)
]
.
each
{
|
f
|
require
f
}
Huge code clean up
2016-03-20 09:24:23 +00:00
require
'plugins'