Move init.rb inside the Limelight module
Reported by paul (at 8thlight) | September 29th, 2008 @ 07:32 PM | in Limelight 0.4
In my specs for a Limelight app, I have the following lines in the spec_helper:
$: << File.expand_path(File.dirname(FILE) + "/../players") $: << File.expand_path(File.dirname(FILE) + "/../lib") $: << File.expand_path(File.dirname(FILE) + "/../")
require 'java' require 'rubygems' gem 'limelight' require 'init'
Both the limelight init and my productions init are now in the default module-space. So far it has worked out fine for me, but it is very confusing which one I am requiring.
Comments and changes to this ticket
-
Micah Martin September 30th, 2008 @ 03:00 PM
- Milestone changed from Limelight 0.2 to Limelight 0.3
-
Micah Martin November 5th, 2008 @ 01:12 AM
- Milestone changed from Limelight 0.3 to Limelight 0.4
-
Micah Martin November 17th, 2008 @ 11:50 AM
- State changed from new to invalid
- Tag set to feature_request
I don't think this is a valid issue. The load path should not contains the limelight root dir.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Elegant UI Framework for Ruby