Displaying 20 results from an estimated 1000 matches similar to: "updating rails version to 3.1.3 get error"
2012 Jul 27
7
Getting error while starting server plz help
c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/options.rb:32:in
`default_options'': undefi
ned method `write_inheritable_attribute'' for
Rails::Generator::Base:Class (NoMethodError)
from
c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/base.rb:90:in
`<class:Base>''
from
2011 Nov 17
2
please suggest a web page automation tool
I''ve been trying to get a couple of web automation tools going today
and having a hard time. Seems like everything I try is outdated and
won''t run on my environment. Mechanize seemed like a good one but it
doesn''t want to run:
require ''rubygems''
require ''open-uri''
require ''mechanize''
agent = Mechanize.new
2007 Dec 29
2
needs to have method `_load'
I''m getting an exception that I''m fairless clueless about. It occurs
when I run a "create" action but neither my action or before filters
are hit before this exception. I''m hoping someone can give me a clue.
I suspect it has to do with marshalling objects in the session - maybe
TzTime is not capable of being stored in the session. I hope that''s
not the
2009 Jan 07
1
Problems with EasyEclipse Ruby Rails 1.2.2.2
Hi,
I''m a real newbie both in Rails and Ubuntu but I''m going to learn Ruby
on Rails for a schoolproject. I''ve tried to find out what IDE is best
according to different tutorials and blogs and have chosen to download
easyeclipse-ruby-rails-1.2.2.2.tar.gz.
My problem is that when i start the program an error popup is shown:
"An error has occurred. See the log file.
2007 Dec 19
5
Installation Trouble
Hey all,
I''m new to BDD and rspec, but I am very intrigued.
I tried installing rspec and rspec_on_rails into my Rails app, but I am
having some trouble.
I chose to install both as plugins, as the documentation suggests. I
checked out the CURRENT tag from svn, and copied the rspec and
rspec_on_rails directories into my app''s vendor/plugins directory. Then
I ran
2014 Apr 03
1
Difference between ruby193 CentOS SCL and ruby193 softwarecollections.org SCL
?
I've found that in https://softwarecollections.org/repos/rhscl/ruby193/epel-6-x86_64/ is passenger included but in http://dev.centos.org/centos/6/SCL/x86_64/ruby193/ is not.
What is the differences between this two repos?
?
Thanks,
Filip Bartmann
2012 Dec 12
3
Fatal Error during bundle install
Hi I was trying to run bundle install from cmd prmpt but getting the
following error .
ruby 1.9.3p327 (2012-11-10) [i386-mingw32]
C:\Users\sony>D:
D:\>cd SupportBee-Apps
D:\SupportBee-Apps>cd apps
D:\SupportBee-Apps\apps>cd dummy
D:\SupportBee-Apps\apps\dummy>bundle install
Fetching git://github.com/rchampourlier/guard-shotgun.git
Unfortunately, a fatal error has occurred.
2007 Nov 18
2
Aptana RadRails 0.9.1 Final Release
For fellow Radrails users, there is happy news !
Aptana RadRails 0.9.1 Final Release has been released since 15th
November 2007. Users who are still on 0.8.0 are highly recommended to
upgrade.
Here''s the Trac changelog: http://www.aptana.com/trac/milestone/RadRails%20IDE%200.9.1
And the ASAP one: http://support.aptana.com/issues/browse/ROR/fixforversion/10004
Apparently, 66 tickets
2014 Apr 03
2
ruby193 SCL and mod_passenger
?
I'm interested in ruby and I try the ruby193 SCL and I want to run Ruby on Rails with Apache, so I'm searching mod_passenger for this ruby SCL version, but I found, that this package is not in this SCL. Are any other possibilities to run Ruby on Rails with Apache or why is mod_passenger not in this SCL?
?
Thanks,
Filip Bartmann
2008 Jun 17
6
Book released "Aptana RadRails: An IDE for Rails Development"
Hi,
Some months ago, a person from Packt Publishing posted a message in this
list looking for potential Authors/Reviewers for new Ruby on Rails
books. Now I''m proud to announce my book [1] "Aptana RadRails: An IDE
for Rails Development".
If you are using [2] Aptana RadRails, or if you are looking for an IDE
and you still haven''t decided which one to use, you might
2013 Dec 12
1
New SCL updates pushed
We have Software Collections for CentOS currently in our testing repo:
http://dev.centos.org/centos/6/SCL/
To date I don't think I have gotten any feedback, positive or negative,
for these SCL RPMs though I know there are hundreds of people using them
(or at least downloading them).
I have added the following SCL updates to the repo:
Critical: ruby193-ruby security update:
2007 Sep 28
4
Aptana Radrails M7 Beta - Best Way to Upgrade
Hi
Just upgraded smoothly to long overdue Aptana M7 Beta which was
released on 25/9/2007.
FYI, the best way to upgrade from July''s M5 (M6 was skipped) is as
follows :-
1) Click Help/Software Upgrades/Finad and Install
2) Manually adding the following update site to the update manager:
http://update.aptana.com/update/rails/beta/3.2/site.xml
2008 Jan 18
2
Adding an existing project to Aptana RadRails
I''ve just installed Aptana RadRails and now want to import an existing
project that was originally created in the Ruby console using the
"ruby script/generate controller say" command.
I now want to import this into Aptana so I don''t have to use Notepad
to edit the .rb and .rhtml files.
Does anyone know how to do this or know of a decent user guide I can
read?
Thank
2007 Aug 26
4
What do you think of Aptana?
Hello everyone,
I am new to this forum and Ruby, and already have a question - what do
you think of Aptana IDE in regards to RoR development?
Thanks, Val
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2013 May 29
2
Why can't get remote javascript libraries on Rails 4
In rails 3, I included this line:
*<%= javascript_include_tag
"http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js" %>*
But when migrate to rails 4, its not posible and I get the next error:
*Invalid argument -
C:/Ruby193/findiner/app/assets/javascripts/http://cdn.leafletjs.com/leaflet-0.5.1
*
So far, I won''t be able to get remote libraries. Thanks for help!
--
You
2012 Feb 01
2
How do I install this gem?
I''m trying to figure out how I can setup my own forums using Ruby, but I
can''t get passed installing "nifty-generators"... I haven''t a clue how
to install the gems... Please tell me what I''m doing wrong?
I open the command prompt, I type in :
gem install nifty-generators
And this is what I get:
Successfully installed nifty-generators-0.4.6
1 gem
2009 Apr 08
1
Having issues with paperclip, S3, and Aptana Cloud
I''m using paperclip to allow users to upload an "avatar" (pretty
standard). The problem is, it works just fine in development, but when I
deploy the app, it will only upload the original image to S3, but not
the resized images. I''ve looked all over, and I suspect it may be a
problem with rmagick (although, I''m not sure about that), I checked the
list and
2012 Mar 02
3
Create a Model
I''m new to Ruby on Rails and I''m using Aptana Studio 3.0 for the IDE.
How do I create a Model called ''Employees''.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2010 Aug 13
5
"uninitialized constant" Error for CalendarHelpper
After installing calendar_helper-0.2.3 gem, application using
CalendarHelper works fine. Then I tried to test using rake command which
gave me the following error.
Why does these messages appear evenif the application owrks fine.
------------------------------ Error Messags
--------------------------------------
/usr/local/jruby-1.5.1/bin/jruby -I"lib:test"
2011 Dec 02
20
Need Some Guides on Solr with Rails.
Hi Everyone,
I am pretty new to Rails. I have very little idea about everything. But
for my new project i have been asked to do some research on Solr search
and implement it on Rails. Please provide me some link on tutorials and
guides about Solr on Rails. Trouble is... have to do it by tomorrow.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are