Archive
2010 (3) June (1) RubyEncoder Teams up with Japanese Company, Soft Agency. February (1) Our Blog Update Notification January (1) Loaders Update 2009 (4) October (1) Ruby Encoder used in US Department of Defence Project March (1) Update of RubyEncoder February (1) Loaders fixed for better Ruby-Enterprise support January (1) Loaders Update 2008 (5) November (2) RubyEncoder for Windows is launched! RubyEncoder 1.1 September (1) Launch Day - RubyEncoder 1.0 August (1) We're in beta! July (1) Ruby Encoder - The First version
RubyEncoder Company Blog
Welcome to the RubyEncoder blog. We'll keep you up to date with our latest developments and we have some exciting plans in the pipelineLoaders Update
We have released an update for RubyEncoder Loaders. This version of loaders includes the following fixes:
- Fixed random segfault errors in loaders caused by the ruby garbage collector
- Fixed problems running protected rails configuration scripts (see below)
- Added support for Ruby-enterprise 1.8.6
Note: It is possible to encode and deploy rails configuration files usually stored in /config folder. You cannot encode *.yml database configuration script as it's not a ruby script. We suggest to use a cipher to encrypt this and load and decrypt it from the RubyEncoder protected code. So you will keep the key safe within the RubyProtected script.
Also you cannot have encoded /config/environments/*.rb scripts. Leave them unencoded. The reason for it is Rails internals. Rails loads the environment file dynamically and evaluates it with eval(). This will not work for protected scripts.
Updated loaders are available from our site http://rubyencoder.com/loaders.html
Posted on: January 29th 2009 on 05:15pm
Labels: loaders
Comments

