» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Ruby + opensource

Fertige OpenSource Pakete zum einfachen lokalen Testen: BitNami Stacks

(Webentwicklung) Hochinteressante und einfache Installation von OpenSource Internet Software Paketen auf dem lokalen Rechner: "Application stacks include an open source application and all the dependencies necessary to run it."

opensource: del.icio.us tag/opensource

InstantRailsWiki: Instant Rails

Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all pre-configured and ready to run. No installer, you simply drop it into the directory of your choice and run it. It does not modify your system environment. S

opensource: del.icio.us tag/opensource

10gen

10gen is a new platform-as-a-service technology designed to help developers quickly and easily build dynamic, scalable, mission critical web sites and applications. The 10gen software stack is analogous to Google App Engine in that it provides a new st

opensource: del.icio.us tag/opensource

Park Place

"a clone of Amazon's S3 (Simple Storage Service.) It's written entirely in Ruby"

opensource: del.icio.us tag/opensource

RubyForge: LibXML: Project Info

>Provides libxml2 bindings for Ruby.

XML: del.icio.us/tag/xml

LibXML-Ruby

>The LibXML-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit. It is free software, released under the MIT License. LibXML's primary advantage over REXML is ...

opensource: del.icio.us tag/opensource

Park Place – Trac

Park Place, a clone of Amazon's S3 (Simple Storage Service.) It's written entirely in Ruby, with heaps of help from the Camping 4k web framework. Check it out from SVN: svn co http://code.whytheluckystiff.net/svn/parkplace/trunk

opensource: del.icio.us tag/opensource

Capistrano

*Great for automating tasks via SSH on remote servers, like software installation, application deployment, configuration management, ad hoc server monitoring, and more. *Ideal for system administrators, whether professional or incidental. *Easy to custo

opensource: del.icio.us tag/opensource

RubyForge: Welcome

RubyForge is a home for open source Ruby projects

opensource: del.icio.us tag/opensource

Ruby Programming/Unit testing - Wikibooks, collection of open-content textbooks

As in other languages, Ruby provides a framework for setting up, organizing, and running tests called Test::Unit.

opensource: del.icio.us tag/opensource

FunFX - Functional Testing of Flex applications

Is this the holy grail of automated testing of flash apps??

opensource: del.icio.us tag/opensource

rufus-scheduler 1.0.9 released


just released the “rufus-scheduler” 1.0.9 [gem].

It fixes a few bugs, mainly making jobs visible via get_job(job_id) even when they are right in the middle of execution.

It also introduces 4 new shorter aliases : “at”, “in”, “every” and “cron” (to “schedule_at”, “schedule_in”, “schedule_every” and “schedule” respectively) :


require 'rubygems'
require 'rufus/scheduler' # gem 'rufus-scheduler'

scheduler = Rufus::Scheduler.start_new

scheduler.in("3d") do
  regenerate_monthly_report()
end
  #
  # will call the regenerate_monthly_report method
  # in 3 days from now

scheduler.every "10m10s" do
  # every 10 minutes and 10 seconds
  check_score(favourite_team)
end

scheduler.cron "0 22 * * 1-5" do
  log.info "activating security system..."
  activate_security_system()
end

scheduler.at "Sun Oct 07 14:24:01 +0900 2009" do
  init_self_destruction_sequence()
end

Changelog :

- bug #21262 : brought back (proxy) duration_to_f to Rufus::Scheduler
- todo #21251 : added ‘at’, ‘cron’, ‘in’ and ‘every’ shortcut methods
- todo #21203 : keeping track of At and EveryJob until last trigger is over
- todo #20823 : now raising exception in case of bad ‘at’ parameter
- todo #21194 : added trigger_thread to Job class
- todo #21193 : spinned CronLine out to rufus/cronline.rb
- bug #20893 : sometimes unschedule(every_job) not working when job was active (performing). Fixed.

Links :

http://github.com/jmettraux/rufus-scheduler
http://rubyforge.org/projects/rufus/
http://rufus.rubyforge.org/rufus-scheduler/files/README_txt.html
http://groups.google.com/group/rufus-ruby

Thanks to Sean Liu, Adam and Rael for their help.

openwfe: Processi

Page 1 | Next >>