代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/458008/1590583
rb dispatch.rb
#!/Users/dave/ruby1.8/bin/ruby
#---
# Excerpted from "Agile Web Development with Rails, 2nd Ed."
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.
www.eeworm.com/read/458008/1590619
generate
#!/Users/dave/ruby1.8/bin/ruby
require File.dirname(__FILE__) + '/../config/environment'
require 'rails_generator'
require 'rails_generator/scripts/generate'
ARGV.shift if ['--help', '-h'].include?(A
www.eeworm.com/read/458008/1590620
rb console_sandbox.rb
#!/Users/dave/ruby1.8/bin/ruby
#---
# Excerpted from "Agile Web Development with Rails, 2nd Ed."
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.
www.eeworm.com/read/458008/1590636
rb dispatch.rb
#!/Users/dave/ruby1.8/bin/ruby
#---
# Excerpted from "Agile Web Development with Rails, 2nd Ed."
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.
www.eeworm.com/read/458008/1591652
rb dispatch.rb
#!/Users/dave/ruby1.8/bin/ruby
#---
# Excerpted from "Agile Web Development with Rails, 2nd Ed."
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.
www.eeworm.com/read/458008/1591699
rb dispatch.rb
#!/Users/dave/ruby1.8/bin/ruby
#---
# Excerpted from "Agile Web Development with Rails, 2nd Ed."
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.
www.eeworm.com/read/177353/5328333
makefile
top_builddir=../../..
include $(top_builddir)/Makefile.config
INCLUDES += $(RUBY_CFLAGS)
OBJS = ruby.o hooks.o core.o
include $(top_srcdir)/Makefile.lib
www.eeworm.com/read/389759/2538365
rb stalestatistics.rb
#!/usr/bin/env ruby
#
# Ruby script to remove stale statistics in the database
# (c) 2005 Seb Ruiz
# License: GNU General Public License V2
system("dcop", "amarok", "playlist", "shor
www.eeworm.com/read/275831/10793907
rb 10 - implementing a distributed queue.rb
#!/usr/bin/ruby
# queue_server.rb
require 'thread' # For Ruby's thread-safe Queue
require 'drb'
$SAFE = 1 # Minimum acceptable paranoia level when sharing code!
def run_queue(url='dr
www.eeworm.com/read/458008/1590151
console_sandbox
#!/Users/dave/ruby1.8/bin/ruby
ActiveRecord::Base.lock_mutex
ActiveRecord::Base.connection.begin_db_transaction
at_exit do
ActiveRecord::Base.connection.rollback_db_transaction
ActiveRecord::Base.