Displaying 20 results from an estimated 20000 matches similar to: "installing engines"
2006 May 15
2
login engine error
Hi everybody,
I am new to rails.
I get the following error when run the rake engine:migrate for the 
engine login_engine.
------------------------------------------------------------------------
gbalaji:~/projects/test/vendor/plugins/login_engine gopalbalaji$ rake 
engine_migrate ENGINE=log --trace
(in /Users/gopalbalaji/Projects/test)
** Invoke engine_migrate (first_time)
** Invoke
2006 May 29
1
Engine: Active_RBAC not working, missing require
Hi there,
I try to install the active_rbac plugin as described in the manual on 
the active_rbac trac site. The installation through the plugin script 
was great:
ruby script\plugin discover
ruby script\plugin install engines
ruby script\plugin install active_rbac
I set up the environment.rb in rails\config dir correctly to
Engines.start :active_rbac
But if I try a rake db:migrate:engines
2006 Apr 08
1
Problems with Login Engine/rake
Hello,
I have been having problems installing the Login Engine.
I follow all the steps found on the download site (rails-engines.org), 
but when I get to the DB_SCHEMA step, I do
 rake engine_migrate ENGINE=login in the application root.
"""
C:\rails\cag> rake engine_migrate ENGINE=login
(in C:/rails/cag)
rake aborted!
Don''t know how to build task
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
Good day all.
This is one of the most frustrating days I have had with Rails in quite some
time now (almost 8 months actually).
Yesterday I complete my development and testing and everything is peachy.
I head home for the evening and do my things there.
This morning, I come back in and do my typical morning routine of starting
up eclipse and the usual "ruby script/server" command in
2006 May 11
2
Unit tests fail with sqlite3 and rails 1.1
Hello all,
I''m kinda going through a rocky upgrade to rails 1.1 and I can''t find
much on google about this. When I run my tests I get this:
$ rake
(in /home/www/art2)
/usr/bin/ruby -Ilib:test
"/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
"test/functional/panoramas_controller_test.rb"
2007 May 09
3
engines causing problems with mocks
As I delve further into using engines and rspec together I am  
noticing more strange issues.
describe "Requesting /admin/collections using get" do
   controller_name :admin_collections
   before(:each) do
     Collection.stub!(:paginate)
   end
   it "should return a collection of collection objects" do
     get ''index''
     response.should be_success
  
2006 Apr 20
4
Newbee rake migrate question
with a simple table def.
class Objects < ActiveRecord::Migration
  def self.up
      create_table :objects do |table|
        table.column :name, string
  end
  def self.down
      drop_table :objects
  end
end
when I run rake migrate, I get:
** Invoke migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake
2006 Apr 06
4
Engines 1.1.1
Since a minor change in Rails (renaming the file that the version is
stored in, namely) causes a bit of a hiccup for the Engines plugin,
here''s a new release, full of bug fixes and other nice things.
ALL users of Engines are advised to update their copy of the plugin to
get these fixes. The Engines plugin is fully backwards compatible with
Rails 1.0. Anyway - to update, please download
2006 Apr 14
1
rake test errors
I have Rails 1.1.2, ruby 1.8.4 and gentoo linux running kernel 2.6.15.
Here are the errors:
gregg@gregg2 ~/user/DMS $ rake test
(in /home/gregg/user/DMS)
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/ 
ordered_options.rb:2: warning: method redefined; discarding old []=
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/ 
ordered_options.rb:11: warning: method
2006 Feb 24
2
raking my brain to fix this
I am ''raking'' my brain to fix this problem - I have searched, googled,
looked through rake documentation, wiki.rubyonrails and I can''t fix...
This works
$ rake plugindoc
(in /home/craig/ruby-db/th-db)
rdoc -o doc/plugins/ez_where --title ''Ez Where Plugin Documentation'' --
line-numbers --inline-source -T html
2006 Apr 17
1
Error with installing rails/gems on ubuntu-dapper
I am getting an error when trying to install rails on dapper. It looks 
like it partially installed something.  Mainly the issue seems to be 
with ''gems''?
I am using:
ruby-1.8.4
gems 0.8.11
Is this bad?
bbrown@england:~/rubygems-0.8.11$ sudo gem install rails 
--include-dependencies
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
2006 Apr 11
0
Errors during migration.
I am getting the following error when attempting to rake migrate. This
is happening both on windows and linux using mysql 4.x
Can anybody tell me why I would get a "uninitialized constant WEBrick" errors.
D:\Source\trunk\borg\test_callflow>rake migrate --trace
(in D:/Source/trunk/borg/test_callflow)
** Invoke migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke
2006 Apr 11
0
Instant Rails 1.3
Instant Rails 1.3 upgrades Ruby on Rails to its newly released version
1.1.2 and adds the native C MySQL/Ruby driver. There were no other
changes over Instant Rails 1.1
-----------
Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails,
Apache, and MySQL, all preconfigured and ready to run. No installer, you
simply drop it into the directory of your choice and run it. It does
2006 Apr 19
0
Instant Rails 1.3a -- bug fix release
It turns out the native C MySQL driver is causing segfaults (at least on
Windows 2000), so this is a minor maintenance release that removes this
driver. Rails will automatically use the pure Ruby driver, instead.
If you already have Instant Rails 1.3 installed, you don''t need to download
this, just delete the file:
InstantRails\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\mysql.so
There
2006 Apr 03
0
follow_redirect! aborts rake during integration tests
I''m running integration tests on Rails 1.1/Ruby 1.8.4/Windows XP and have
found that any call to follow_redirect! (directly or through
[get|post]_via_redirect) causes rake to abort (see command line output
below). Has anyone else seen this error, or know what might be the trouble?
Thanks!
Tom
C:\dev\h2h>rake test:integration --trace
(in C:/dev/h2h)
** Invoke test:integration
2006 Apr 24
1
Upgrading Rails to 1.1.2 exception thrown ...
Hi,
I was able to successfully upgrade my ruby version to 1.8.4
After that i issued this:
sudo gem install rails --include-dependencies
The output of which is this:
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
Successfully
2006 Mar 28
0
Engines 1.1
Engines 1.1 Release
----------------------------
The Rails Engines plugin has been updated to work with the new Rails
1.1 release. Engines 1.1 is now available via script/plugin, and
through SVN at
  http://svn.rails-engines.org/engines/tags/rel_1.1.0
Using SVN is *highly recommended*, and SVN externals are excellent for
keeping your plugins in sync (see http://rails-engines.org/download
for
2006 May 22
1
Problems with ActiveRbac plugin
*Sorry for the first mail without subject*
Hello,
I try to use the active_rbac plugin (0.3.1) with Rails 1.1.2 but can''t
succeed for the moment.
Here is what I did :
1 - install Engines Plugin
=> OK. ''rake engines:info'' gives me "1.1.1" as the engines plugin version.
2 - install Active_rbac plugin
=> OK. Files are copied in vendor/plugins/active_rbac
2006 Apr 10
0
uninitialized constant WEBrick
I have just upgraded installed rails 1.1 using gem. I have set up a
rails app using radrails. I have set up one model for testing and set
up one migration in order to create the table for that model. When I
type rake migrate I get the following error message.
rake aborted!
uninitialized constant WEBrick
(See full trace by running task with --trace)
I have attached the trace below.
This happens
2006 Feb 26
6
Having trouble getting Edge Rails running
Hello,
I''ve been playing with this for hours, and got through a couple glitches 
(e.g. updating to Ruby 1.8.4) but this one is well beyond my N00b 
skills.  When trying to run script/server I get:
./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:87:in 
`as_load_path'': stack level too deep (SystemStackError)
        from