when I run bundle exec rake db:migrate I get this error: rake aborted! no such file to load -- rdoc/task /home/avery/radiant/Rakefile:5:in `require' (See full trace by running task with --trace)
On Oct 19, 8:03 am, Jim Gay <[email protected]> wrote: > You're using bundler, so you'll need to run it with "bundle exec" > > bundle exec rake db:migrate > > Does that work for you? > > > > > > > > > > On Tue, Oct 18, 2011 at 10:06 PM, Avery Laird <[email protected]> wrote: > > I ran rake db:migrate and got the following error: > > rake aborted! > > You have already activated rake 0.9.2, but your Gemfile requires rake > > 0.8.7. Using bundle exec may solve this. > > > (See full trace by running task with --trace) > > > I ran bundle exec and got this error: > > /var/lib/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in > > `exec': wrong number of arguments (ArgumentError) > > from /var/lib/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in > > `exec' > > from /var/lib/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/ > > task.rb:22:in `send' > > from /var/lib/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/ > > task.rb:22:in `run' > > from /var/lib/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/ > > invocation.rb:118:in `invoke_task' > > from > > /var/lib/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor.rb: > > 263:in `dispatch' > > from /var/lib/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/ > > base.rb:386:in `start' > > from /var/lib/gems/1.8/gems/bundler-1.0.21/bin/bundle:13 > > from /var/lib/gems/1.8/bin/bundle:19:in `load' > > from /var/lib/gems/1.8/bin/bundle:19 > > I'm really new to Radiant and have the feeling I'm missing something > > really obvious and simple, any advice/help to solve this would be > > great > > > On Oct 15, 2:58 am, Jordon Bedwell <[email protected]> wrote: > > > On 10/14/2011 07:20 PM, Avery Laird wrote: > > > Hola > > > > > I've been trying for several days to fix a certain problem I keep > > > > running into, which is whenever I run script/server I get this error > > > > message: > > > > I don't quite remember but I think you need to migrate after. > > > > > I've install the gems "require" and "radius", on top of various other > > > > repair attempts including bundle install > > > > > Thanks a lot for any help or advice, I'd really appreciate it > > -- > Jim Gay > Saturn Flyer LLChttp://www.saturnflyer.com > 571-403-0338
