Lccs.rb for Ruby 1.9.2

The old version of the LCCS library files for Ruby (lccs.rb) was not working in Ruby 1.9.2 because of a change in how switch statements are handled. The original files were written for Ruby 1.8.7, and I have verified they work in that environment, but as I was deploying to Heroku, I wanted to have Rails 3 on the Cedar stack, which required that I also use Ruby 1.9.2.
For anyone interested, I have uploaded the fix to a public GitHub repository:
https://github.com/startupsatillinois/lccs_ruby

Just a quick sidenote on this -
We discovered that the SDK navigator has a bug wherein it fails to
completely unzip the SDK payload. Turns out, it misses 3 files, one of which
is LCCS.rb. So, if you need this file, head on over to the developer portal,
click the "Download the SDK" button, and download the ZIP payload. It's got
the file you need.
For the record, we did fix this unzip issue, but it made it in too late for
last week's release. It'll show up next time around.
  cheers,
   nigel

Similar Messages

  • Launching Edge code thru terminal for Ruby on Rails

    hello
    i am studying ruby on rails programming.  i just started and I am new to alot things about it.
    The tutorials im watching say to use sublime text or some other one.  if it makes sense i would like to use edge code because i come from a design background and i trust adobe have the best features by the end of the game.
    so in the tutorials they used this command to conect the terminal work we've been studying to sublime text
    ln -s /Aplplications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl usr/local/bin/subl
    and allowed him the edit his .bash_profile in sublime text simply by typing
    subl .bash_profile
    Im curious to see if there is an equivalent to this for edge code.  or am i trying to use the wrong app for ruby on rails?

    There is not a way to open a file via the command line with Edge Code (or
    Brackets) yet, but you can at least right click on a file and do Open With.
    In terms of 'does it make sense to write Ruby code with Edge Code', I can't
    answer that. I use Brackets for all my front end code, and Node.js stuff on
    the back, but not for any ColdFusion work I do. Best I can suggest is just
    to try it out and let us know how it works.

  • Any Extension for Ruby On Rails on DW

    Hello,
    I am planning to quit PHP and start developing in Ruby on
    Rails. Their MVC model is really great and plus MS has also
    appreciated this model and getting this implemented in new Orcas
    Model ( New Asp.net 3.5 version ).
    Ruby really beats every one since its totally OOP and plus it
    offers more powerful features than PHP5 and Easily fights with
    asp.net in power.
    Ruby on Rails is the future. I need to practice this on DW8
    can any one prpvide me a working Extension for Ruby.
    Thanks

    Ruby doesn't even come close to the .NET framework. That is
    just wishful thinking.
    Anyways, here is a link:
    http://rubyweaver.gilluminate.com/

  • What is going on for Ruby and RoR at OOW?

    http://db360.blogspot.com/2008/08/what-is-goign-on-for-php-and-ruby-on.html

    This is not a question! It's an announcement. :-)
    All too secret, eh ...
    http://blogs.oracle.com/opal/2008/09/setting_up_for_oracle_openworl.html
    I should have looked before I decided to fly in on Monday, oops ....

  • Can't "require builder" for Ruby.

    I have not the faintest clue how Ruby and gems work. I'm just trying to compile some software.
    The following fails:
    require 'rake'
    require 'rubygems'
    require 'builder'
    Complaining that it can't find a file for builder. This is on a fresh install of ruby (1.9.1). What's wrong?
    Thanks.

    MTsoul wrote:
    Well I don't know Ruby at all, so this is just a bunch of things that seem "weird" to me:
    - Rake. Why a build system for a scripting language? What's wrong with make/configure/CMake, etc? I guess my gripe here is the fact that I'm trying to compile a Chromium extension, written in javascript, but somehow with a build system in Ruby.
    - The fact that it does something at the level with stuff like Rakefiles. It's a general-purpose script, not a specialized utility like make. Make establishes its purpose when people see "makefile" and go "oh I should type make to build this". Is Ruby trying to do this? If it is, why is it a generic scripting language at all? If not, why do this at all?
    - Gems are too integrated into Ruby. It'd be a lot nicer if gems (and extensions/plugins) were simply based on how files were placed in the lib directory, and let my package manager worry about what is and how it is distributed. (Like how Python is done on Arch - setuptools is not essential to the operation of things.) And for "gem install builder", why did it not require root access? If it didn't modify a system-file, did it cache something in my local directory or a tmp/var directory? Is that really the right way of doing things? E.g. security concerns.
    - It's interpreted, yet the functionality it provides seems low-level enough (compared to PHP anyway) that it should at least have compiled versions. But this isn't really weird I guess, it's more of what Ruby is meant for and I'm not into it enough to appreciate it.
    - Trying to get it working on a server?! Holy crap @ the amount of setup and configuration.
    But yeah. One thing I'm thankful for is how much popularity Git has gained with Ruby's usage of it.
    1) Ruby is not just a scripting language. It can be used for anything just like for example Python and Perl can, but that does not always make it the best tool for the job.
    2) Rakefiles are just a means of automating tedious tasks. For example, you could have a rake task for running all your unit tests. Or for re-generating the documentation of your project. You get the idea, anything is possible.
    3) When you install gems as a normal user, they will be installed under ~/.gems. I'm not sure what the concern is here.
    4) I'm not sure if I understand what you mean here but anyway: Ruby cannot be compiled. What you are talking about are probably C extensions. It's really easy to integrate a piece of C into Ruby as a library, partly due to the fact Ruby itself is written in C.
    5) Are you talking about Rails? Personally I think Rails deployment has become a total breeze with the introduction of Passenger etc.

  • Official LCCS support for Flash Player 10.3?

    Hi,
    We have been waiting for some time to the release of Flash Player 10.3 due to its promised AEC capabilities. Now that it's out, when should we expect LCCS to follow the release and support the latest player?
    I saw a thread from a few menths ago regarding this issue but we prefer working on release artifacts.
    Thanks,
    Ehud

    Hi all,
    We've been building/posting 10.3 SWCs with every release - check the AEC
    thread for downloadable bits.
      That said, we're not going to have a full release ready for 10.3 until the
    release-after-next. Next release is coming up super-quick, so we just didn't
    have time to properly test the 10.3 code yet. We'll make the
    release-after-next as soon as possible, but in the meantime, please help us
    test the 10.3 builds posted.
      thanks for all your help, we really appreciate it!
      nigel

  • [Solved] Problem using kdebindings for ruby

    As a weekend project I was going to look into using ruby as language for developing KDE plasma widgets.
    I have kdebindings-ruby 4.6.0-1 along with the required kdebindings-smoke 4.6.0-1.
    When trying:
    require "plasma_applet"
    I get the error:
    LoadError: libsmokebase.so.3: cannot open shared object file: No such file or directory - /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/plasma_applet.so
    However when checking the directory
    /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/
    32K plasma_applet.so
    shows up clear as day.
    So what gives? I haved tried to find an answer here on the forums and on google but perhaps my google foo is too weak.
    Thanks
    Edit: With some more google foo I found this: https://github.com/pcapriotti/kaya/issu … ed#issue/3
    Where this statement is made:
    Kdebindings-smoke does not provide anymore libsmokebase.so.3, either in chakra-Linux or Arch Linux, was available in kde 4.5.5 but no in 4.6.0
    Does this need to be submitted as a bug?
    Last edited by ilpianista (2011-02-25 13:22:49)

    Hi, i know this is solved but i have similar problem with kdebindings-qtruby 4.7.0-1
    i start irb. and when i type require "Qt"
    irb(main):003:0> require "Qt"
    LoadError: libsmokebase.so.3: cannot open shared object file: No such file or directory - /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/qtruby4.so
    from <internal:lib/rubygems/custom_require>:29:in `require'
    from <internal:lib/rubygems/custom_require>:29:in `require'
    from /usr/lib/ruby/site_ruby/1.9.1/Qt.rb:1:in `<top (required)>'
    from <internal:lib/rubygems/custom_require>:29:in `require'
    from <internal:lib/rubygems/custom_require>:29:in `require'
    from (irb):3
    from /usr/bin/irb:12:in `<main>'
    same when i try require "qtruby4" or somethink like this.
    but file /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/qtruby4.so exist

  • [SOLVED] systemd .service file for ruby rainbows server

    I am trying to create a systemd .service file for a ruby rainbows server.
    http://rainbows.rubyforge.org/
    does anybody have experience with a forking deamon under systemd?
    Mine immediatley terminates after starting.
    Last edited by wabi (2013-01-03 11:11:02)

    This is a .service file that will work:
    [Unit]
    Description=Redmine Rainbows Rails server
    [Service]
    Type=forking
    SyslogIdentifier=redmine
    User=http
    PIDFile=/var/www/redmine/tmp/pids/rainbows.pid
    WorkingDirectory=/var/www/redmine
    ExecStart=/usr/bin/bundle exec rainbows --host 127.0.0.1 --port 8001 --env production --daemonize --config-file /var/www/redmine/config/rainbows.rb
    ExecReload=/bin/kill -HUP $MAINPID
    ExecStop=/bin/kill -QUIT $MAINPID
    [Install]
    WantedBy=multi-user.target
    Last edited by wabi (2013-01-03 11:11:38)

  • Error in creating a Model for Ruby on Rails project

    Hello,
    I am working on NetBeans IDE 6.0 and creating a project on Rails Application.
    I am trying to make a Model that should give me a list of .rb files. But, some parser error occurs and i the .rb files are not getting generated.
    This error has become a bottleneck in creating my project.
    Can anybody help me resolve this issue.
    Regards
    Meenal

    Onur,
    Oracle JDeveloper also has a technologies known a JClient that handles the binding for you. Not sure if your requirement is to handle table models yourself, but if it is for database data retrieval then JClient is more efficient.
    Frank

  • Correct way to cleanup lccs state for Connect/Disconnect functionality

    I am trying to implement connect/disconnect functionality but I got some errors - when user connects to another room after disconnect different objects(for example AudioPublisher) may end up in incorrect state. Currently I perform following sequence of actions on disconnect: call stop method on  AudioPublisher, call close method on AudioPublisher, and then call close method on ConnectionSession. When I reconnect again AudioPublisher object in wrong states and throws different exceptions("Stream not found", "Stream already exists"). Can you recommend some approach to avoid these errors?
    Best Regards, Aleksey

    Hi Aleksey,
    Seems like using multiple connectsession (connecting to different rooms) is messing your app. We handle most of the clean up in the close & stop methods for AudioPublisher. If you are still facing issues can you share your code.
    Thanks
    Arun

  • Which URL to use for amfEndpoint in LCCS Project

    I’m new to AIR development.  I’m trying to get this sample app running in Flash Builder:
    http://coenraets.org/blog/2010/08/multi-user-video-tic-tac-toe-for-android/  http://coenraets.org/tictactoe/tictactoe.fxp
    But I can’t figure out what URL to put in as the amfEndpoint in the app-config.xml file that sets the remoteObject.endpoint to get it to work.  Do I have to be running ColdFusion server locally or something?
    It would be awesome if that’s a quick simple answer someone can give me.  I’m sure it’s something silly.  Thanks for your help and patience!

    Well, the thing is that this application is a little more complex that our standard examples. It allows you to create different rooms to play with different people and to do so it uses an external server accessed through the amfEndpoint (Christophe didn't publish the source code for the server but my guess is that he used BlazeDS).
    If you are new to AIR and LCCS development I suggest you start with simpler, stand alone examples, like the one ones we provide with the LCCS SDK avaliable here https://portal.collaboration.adobelivecycle.com/
    Once you are more familiar with the SDK you can probably build your own server to provide the backend for this application in ColdFusion or one or the other languages we provide APIs for (Ruby, Python, .NET, Java, etc.)

  • Is there any commercial support for LCCS services? What are the associated SLAs

    Hi,
    Following are some queries regarding LCCS.
    Is there any commercial support for LCCS services? What are the associated SLAs of the support and the cost?
    Can I Using applications developed using LCCS for commercial purpose?
    Does Adobe allows its LCCS service customers to offer applications developed using LCCS API for 3rd party commercial usage.
    Thanks & Regards
    Amit

    Hi,
    We were selling LCCS to enterprise customer under a different licensing program, but have since stopped the sale of that.
    You should check out this thread - http://forums.adobe.com/message/4110049#4110049 for a discussion on this.
    Jeff

  • What is the situation with the Ruby bindings for QT and KDE?

    The 'kdebindings' package in extra contains only Python bindings. The 'ruby-qt' package in community conflicts with 'kdebindings' and is out of date. The 'ruby-qt4' package on the AUR conflicts with 'kdebindings', is out of date, and fails to build. What is going on with KDE and QT support for Ruby? I would have thought these were pretty important development packages.

    ATR,
    Welcome over here!
    Not sure about the term, "Stop Action" in Encore. However, and as Stanley points out, all that you wish to do can be done in Encore, and easily.
    Depending on the navigation that you will ultimately desire, you might want to use multiple Timelines, which can BE "chapters" themselves, or can HAVE Chapters in them. With the use of Playlists (working on the Timeline level), you can set the navigation as needed, and if you need finer control, then can use Chapter Playlists (similar, but different), also.
    To get from PrElements, you would want to use one of two workflows:
    Export/Share your PrE Timeline(s) as DV-AVI, to be Imported into Encore as Timelines.
    Export/Share your PrE Timeline(s) as MPEG-2 DVD, with a Bit-Rate, that will allow for the total Duration of your Timeline(s), allowance for Menus and navigation vs the size of disc chosen, DVD-5, or DVD-9. A Bit-Rate calculator would be useful for this purpose.
    While one can gang Assets, like DV-AVI's onto a single Timeline, there can be issues with that, and I prefer to create separate Timelines for each.
    Good luck, and nice seeing you around this forum.
    Hunt

  • Ruby on Rails Concurrent program registration in EBS 11i

    hi everyone
    I'm trying to see if it is possible to register a Ruby on Rails concurrent program in Oracle E-business Suite 11i applications. We have Ruby on the Rail program we are using to create a GL Daily Rates file into one of our Custom top directory. Our intention is to create a request set that includes this Ruby on Rails program and SQL*Loader program that loads the data into staging table before data is uploaded to the GL_Daily_Rates_Interface.
    I have seen that the execution method for Ruby on Rails does not exist in 11i and have tried to use perl but without success.
    Any help will be much appreciated.
    Thanks in advance.
    Leo

    This is Oracle Application Server forum. Oracle Apps (EBS) forums are here:
    http://forums.oracle.com/forums/category.jspa?categoryID=3

  • Trouble with Ruby-Cocoa Tutorial (IKImageBrowserView)

    Hello, I'm trying to learn some Mac programming using Ruby so I tried making the project in the Apple tutorial ( http://developer.apple.com/documentation/Cocoa/Conceptual/RubyPythonCocoa/Articl es/BuildingRubyCocoaAppl.html#//apple_ref/doc/uid/TP40005425 )
    Unfortunately it won't run. Every time the console shows this error:
    "Unknown class IKImageBrowserView in Interface Builder file."
    (it defaults to NSView and then more errors result when it gets to the app's code.)
    The tutorial there says that even though IKImageBrowserView isn't in the Library, IB "knows about it" but I feel like something's missing. Although I had no problems changing the Custom Object's Class, and connecting it up. It's only once it tries to run that it fails.

    orangekay wrote:
    RubyCocoa is neither sanctioned nor supported by Apple
    Au contraire: the primary maintainer for RubyCocoa is Laurent Sansonetti, the Apple engineer responsible for Ruby in OS X and also the author of MacRuby, and RubyCocoa is bundled in OS X 10.5 and later along with the Python-Cocoa bridge, PyObjC.
    so any sub-contracted documentation they might supply is probably not going to be kept up to date. That particular tutorial is from last year and things have almost certainly changed since then; you should look for something more recent from the project's maintainers
    Quite possibly; I believe that some of the PyObjC documentation on Apple's site also dates back to Tiger. File a bug on it; IIRC, there's a link at the bottom of each page for doing so.
    Some other links of interest:
    RubyCocoa homepage:
    http://rubycocoa.sourceforge.net
    RubyCocoa mailing list:
    https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk

Maybe you are looking for

  • Recover data from a dead flash drive

    Hi there! I am trying to recover some data off of an unresponsive flash drive.  When plugged into any computer, the light on the flash drive does not turn on at all.  The computer also does not recognize that the flash drive is connected.  Anyone kno

  • My iphone 3gs is almost 2 years old and now wont work!

    My iphone 3gs seems to be dying on its arse after use for 1 year 7 mths. Im not due for an upgrade till Feb and want to know if there is any easy fix for the problem. It hasnt been dropped or had any other king of damage to it. If i run an applicatio

  • I need to go back one version to CC 2014 - the one before the October release

    ... and it looks like Adobe took it off the Previous Versions in the Cloud installer.   I've done months worth of work in CC 2014 on ongoing projects, and I can't go back to the CC version using the Cloud installer. Adobe, please put the previous ins

  • ITunes error ".itl file is locked"

    For a few days now, when I try to open up iTunes I have been getting an error message "The iTunes Library.itl file is locked, on a locked disk, or you do not have write permission for this file" can anyone tell me what this means and if there is a wa

  • How to Correctly Reflect Photostream Picture Orientations when Modified in iPhoto Libraries?

    Photos imported to iPhoto that are later edited to adjust orientiation (perform rotations) are not correctly updated in iCloud Photostreams.  This is exceedingly anoying if automatic uploading to Photostreams is being used because all pictures includ