Results 1-25 of about 1,760 results found for 'cdef:rails' in 0.22 seconds
 1 2345678910...

rails.rb
# In order to give a richer infrastructure for dealing with plugins, the engines
# plugin adds two new attributes to the Rails module:
#
# [+plugins+]       A PluginList instance which holds the currently loaded plugins
Language: Ruby
LOC: 4
RubyForge (SVN) : League Generator: Sports / Club Manager (project search) : .../engines/lib/engines/rails_extensions/rails.rb

rails.rb
# In order to give a richer infrastructure for dealing with plugins, the engines
# plugin adds two new attributes to the Rails module:
#
# [+plugins+]       A PluginList instance which holds the currently loaded plugins
Language: Ruby
LOC: 4
Spider_20090227_inc : Coupa eProcurement (project search) : .../engines/lib/engines/rails_extensions/rails.rb

rails.rb
# In order to give a richer infrastructure for dealing with plugins, the engines
# plugin adds two new attributes to the Rails module:
#
# [+plugins+]       A PluginList instance which holds the currently loaded plugins
Language: Ruby
LOC: 4
RubyForge (SVN) : parlement (project search) : .../engines/lib/engines/rails_extensions/rails.rb

rails.rb
# In order to give a richer infrastructure for dealing with plugins, the engines
# plugin adds two new attributes to the Rails module:
#
# [+plugins+]       A PluginList instance which holds the currently loaded plugins
Language: Ruby
LOC: 4
Google : plantae - Collaborative database for the e...lants (project search) : .../engines/lib/engines/rails_extensions/rails.rb

rails.rb
# In order to give a richer infrastructure for dealing with plugins, the engines
# plugin adds two new attributes to the Rails module:
#
# [+plugins+]       A PluginList instance which holds the currently loaded plugins
Language: Ruby
LOC: 4
RubyForge : League Generator_ Sports _ Club Manager (project search) : .../engines/lib/engines/rails_extensions/rails.rb

rails.rb
# In order to give a richer infrastructure for dealing with plugins, the engines
# plugin adds two new attributes to the Rails module:
#
# [+plugins+]       A PluginList instance which holds the currently loaded plugins
Language: Ruby
LOC: 4
RubyForge (SVN) : myExperiment (project search) : .../engines/lib/engines/rails_extensions/rails.rb

rails.rb
# In order to give a richer infrastructure for dealing with plugins, the engines
# plugin adds two new attributes to the Rails module:
#
# [+plugins+]       A PluginList instance which holds the currently loaded plugins
Language: Ruby
LOC: 4
RubyForge (SVN) : myExperiment (project search) : .../engines/lib/engines/rails_extensions/rails.rb

rails_environments.rb
module Rails
  def self.environment
    ENV['RAILS_ENV'].to_s.downcase
Language: Ruby
LOC: 17
RubyForge (SVN) : ArcheoData (project search) : .../vendor/plugins/rails_environments/lib/rails_environments.rb

rails.rb
require 'cgi'
module Mongrel
  module Rails
    # Implements a handler that can run Rails and serve files out of the
    # Rails application's public directory.  This lets you run your Rails
Language: Ruby
(c) 2005 Zed A. Shaw
LOC: 90
Spider_rubyforge01 : RailsOnDesktop (project search) : .../10_mongrel-1.1-mswin32.gem.---/data.tar.gz.---/lib/mongrel/rails.rb

controller.rb
module Rails::ControllerTest::Controller::InstanceMethods
  attr_accessor :renderer, :rendered_template
  def extend_controller_test
Language: Ruby
LOC: 33
RubyForge (SVN) : continuousthinking (project search) : .../trunk/view_test/lib/controller_test/controller.rb

controller.rb
module Rails::ControllerTest::Controller::InstanceMethods
  attr_accessor :renderer, :rendered_template
  def extend_controller_test
Language: Ruby
LOC: 33
RubyForge (SVN) : continuousthinking (project search) : .../tags/view_test-0.10.0/lib/controller_test/controller.rb

controller.rb
module Rails::ControllerTest::Controller::InstanceMethods
  attr_accessor :renderer, :rendered_template
  def extend_controller_test
Language: Ruby
LOC: 32
RubyForge (SVN) : continuousthinking (project search) : .../view_test-0.8.0/view_test/lib/controller_test/controller.rb

controller.rb
module Rails::ControllerTest::Controller::InstanceMethods
  attr_accessor :renderer, :rendered_template
  def extend_controller_test
Language: Ruby
LOC: 33
RubyForge (SVN) : continuousthinking (project search) : .../tags/view_test-0.9.0/lib/controller_test/controller.rb

controller.rb
module Rails::ControllerTest::Controller::InstanceMethods
  attr_accessor :renderer, :rendered_template
  include Mocha::Standalone
Language: Ruby
LOC: 35
RubyForge (SVN) : continuousthinking (project search) : .../trunk/view_test/lib/controller_test/controller.rb

rails.rb
require 'cgi'
module Mongrel
  module Rails
    # Implements a handler that can run Rails and serve files out of the
    # Rails application's public directory.  This lets you run your Rails
Language: Ruby
(c) 2005 Zed A. Shaw
LOC: 90
Spider_rubyforge01 : InstantRedmine (project search) : .../mongrel-1.1.3-x86-mswin32.gem.---/data.tar.gz.---/lib/mongrel/rails.rb

rails.rb
require 'cgi'
module Mongrel
  module Rails
    # Implements a handler that can run Rails and serve files out of the
    # Rails application's public directory.  This lets you run your Rails
Language: Ruby
(c) 2005 Zed A. Shaw
LOC: 90
Spider_rubyforge01 : InstantRedmine (project search) : .../gems/mongrel-1.1.3-x86-mswin32/lib/mongrel/rails.rb

rails.rb
silence_warnings { RAILS_ENV = "test" }
require 'application'
require 'action_controller/test_process'
Language: Ruby
LOC: 15
Spider_rubyforge01 : DojoR - setting dojo onto the Rails (project search) : .../plugins/rspec_on_rails/lib/spec/rails.rb

init.rb
RAILSEX_MAPPING = { 'console'         => 'railties/console', 
                    'lazy_attributes' => 'activerecord/changed',
                    'respond_to'      => 'actionpack/mime_responds_extension' }
Language: Ruby
LOC: 22
Spider_rubyforge01 : Rails Extensions (project search) : .../rubyforge/Rails_Extensions/railsex-1.2.gem/data.tar.gz.---/init.rb

init.rb
RAILSEX_MAPPING = { 'console'         => 'railties/console', 
                    'lazy_attributes' => 'activerecord/changed',
                    'respond_to'      => 'actionpack/mime_responds_extension' }
Language: Ruby
LOC: 22
Spider_rubyforge01 : Rails Extensions (project search) : .../rubyforge/Rails_Extensions/railsex-1.2.tar.gz/railsex-1.2/init.rb

rails.rb
dir = File.dirname(__FILE__)
require 'application'
silence_warnings { RAILS_ENV = "test" }
require 'action_controller/test_process'
require 'action_controller/integration'
Language: Ruby
LOC: 19
RubyForge (SVN) : Slony-I Rails (project search) : .../plugins/rspec_on_rails/lib/spec/rails.rb

rails.rb
dir = File.dirname(__FILE__)
require 'application'
silence_warnings { RAILS_ENV = "test" }
require 'action_controller/test_process'
require 'action_controller/integration'
Language: Ruby
LOC: 19
RubyForge (SVN) : YouForge (project search) : .../plugins/rspec_on_rails/lib/spec/rails.rb

rails.rb
dir = File.dirname(__FILE__)
require 'application'
silence_warnings { RAILS_ENV = "test" }
require 'action_controller/test_process'
require 'action_controller/integration'
Language: Ruby
LOC: 19
RubyForge (SVN) : YouForge (project search) : .../plugins/rspec_on_rails/lib/spec/rails.rb

rails.rb
dir = File.dirname(__FILE__)
require 'application'
silence_warnings { RAILS_ENV = "test" }
require 'action_controller/test_process'
require 'action_controller/integration'
Language: Ruby
LOC: 19
RubyForge (SVN) : Dated Backup (project search) : .../rspec/rspec_on_rails/lib/spec/rails.rb

rails.rb
silence_warnings { RAILS_ENV = "test" }
require 'application'
require 'action_controller/test_process'
Language: Ruby
LOC: 16
Spider_rubyforge01 : News TickoR - Spreading the News (project search) : .../plugins/rspec_on_rails/lib/spec/rails.rb

rails.rb
dir = File.dirname(__FILE__)
require 'application'
silence_warnings { RAILS_ENV = "test" }
require 'action_controller/test_process'
require 'action_controller/integration'
Language: Ruby
LOC: 19
RubyForge (SVN) : FeMail: GMail Rails Proxy (project search) : .../plugins/rspec_on_rails/lib/spec/rails.rb

 1 2345678910...








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us