0
votes
0answers
38 views
missing rake tasks ??
hi
I have ran gem install rails and am running 2.3.4
but i am missing some rake tasks like 'db' and 'gems'
if i run rake -T i get the following tasks. How can i get all the ot …
0
votes
0answers
16 views
Is it possible to use rake with an existing spork server?
Hi there,
Waiting for migrations and other rake tasks just takes a few seconds too long (kinda like waiting for autospec to load the entire environment before running each file. Si …
1
vote
4answers
60 views
How do I make a Rake Task run after all other tasks? (i.e. a Rake AfterBuild task)
I'm new to Rake and using it to build .net projects. What I'm interested in is having a Summary task that prints out a summary of what has been done. I want this task to always b …
0
votes
2answers
20 views
Using Ruby popen and PostgreSQL createuser
Hello all,
I am attempting to write a very simple rake task (and merge it into a rather large rake task) that will call the following command and pass in a randomly generated pass …
0
votes
0answers
49 views
Does anyone have parsing rules for the Notepad++ Function List plugin for Ruby and Rake
I'me using Notepad++ for editing rake files and I'd like to be able to use the function list plugin.
I've been unable to find any parsing rules on line, and the "Language Parsing …
1
vote
2answers
81 views
rake: command not found
I'm trying to install rails on Ubuntu 9.10.
gem list --local
*** LOCAL GEMS ***
actionmailer (2.3.4, 2.3.2)
actionpack (2.3.4, 2.3.2)
activerecord (2.3.4, 2.3.2)
activeresource …
2
votes
1answer
51 views
Gem specification in Rakefile vs .gemspec
I am creating a new ruby gem using NetBeans as my IDE. The initial project structure contains a Rakefile with the gem specification and other rake tasks.
My question is, what is t …
0
votes
1answer
27 views
Multifile rake build
Hi!
I have a build system that consists of several subdirectories with projects, where in each of them there's a separate rakiefile (or couple of rakefiles). No the top-level dire …
0
votes
1answer
89 views
Rake db:migrate uninitialized constant
In order to run rake db:migrate I need both my models and constants defined in application controller.
When I run it I get this
rake aborted!
An error has occurred, all later mig …
1
vote
4answers
52 views
Oracle problems in Rails with rake, but not with site
Hi guys,
I'm working on a Rails site that connects to an Oracle database, and though I didn't build the site from scratch, I'm doing maintenance work. The site uses the delayed_j …
0
votes
1answer
12 views
Rake Test is failing
Snow Leopard, Test, Shoulda, Cucumber
I am running rake test and getting this error:
Any ideas?
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/c …
3
votes
2answers
83 views
Loading message and test results appears after running rake task in Rails application
The following output appears after running some rake tasks:
Loaded suite /usr/bin/rake
Started
Finished in 0.00042 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
This ou …
2
votes
1answer
24 views
Easiest way to have a true “file tasks” in ANT
I am still learning how to use ANT well, and I wanted to understand if there is some reasonable way to do file tasks in it, similar to Rake and Make:
http://martinfowler.com/artic …
0
votes
3answers
99 views
Adding sample data to database using rake for a rails engine
Hi,
I am trying out Rails engines by creating a classifieds engine where users can view/post/reply to classifieds.
The main application contains code for user authentication an …
0
votes
6answers
2k views
uninitialized constant MysqlCompat::MysqlRes (using mms2r gem)
Hi, moved a rails app of mine onto a new server and had to install a few gem dependencies. However, after installing the mysql gem I get the error, uninitialized constant MysqlCom …
