similar to: Segfault installing rails-1.1 gem

Displaying 20 results from an estimated 6000 matches similar to: "Segfault installing rails-1.1 gem"

2006 Mar 22
1
has_many :addresses, :as => :addressable
I just got the Rails Recipies and I''m looking the Recipe 17. class Person < ActiveRecord::Base has_many :addresses, :as => :addressable end class Company < ActiveRecord::Base has_many :addresses, :as => :addressable end class Address < ActiveRecord::Base belongs_to :addressable, :polymorphic => true end At the beggining I had some problems because
2007 Jan 20
0
actionrecord gem update produces Zlib::BufError
OS = MS-WinXPproSP2 with hotfixes up to date Dialogue: ---> C:\>gem update Updating installed gems... Bulk updating Gem source index for: http://gems.rubyforge.org Attempting remote update of actionmailer Install required dependency actionpack? [Yn] y Successfully installed actionmailer-1.3.1 Successfully installed actionpack-1.13.1 Installing ri documentation for actionmailer-1.3.1...
2005 Mar 02
2
Problems installing gems using rails
Hello I''m trying to use rubyonrails, but had some troubles: First, there was an issue with gems (it did not finished the installation): # gem install rails Config file /root/.gemrc does not exist Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Updating Gem source index for:
2006 Apr 05
6
rake freeze_gems errors
I''m having problems trying to freeze local rails gem to my app with: rake freeze_gems On OSX 10.4.6 i get the following error: Illformed requirement [=#<Gem::Specification name=rails version=1.1.0>] This is the full output: Freezing to the gems for Rails 1.1.0 rm -rf vendor/rails mkdir -p vendor/rails cd vendor/rails Unpacked gem: ''activesupport-1.3.0'' mv
2006 Mar 28
7
Rails 1.1 and "freeze_gems"
I''m on OS X Tiger, and just upgraded my gems. I also ran ''rake rails:update''. After that, I ran "rake freeze_gems", I recieve the following: ===================== Freezing to the gems for Rails 1.1.0 rm -rf vendor/rails mkdir -p vendor/rails cd vendor/rails Unpacked gem: ''activesupport-1.3.0'' mv activesupport-1.3.0 activesupport Unpacked
2007 Apr 06
0
ruby doc errorr
authenticated_test_helper.rb: m. RDoc failure in vendor/plugins/acts_as_authenticated/generators/authenticated/te mplates/authenticated_test_helper.rb at or around line 113 column 4 Before reporting this, could you check that the file you''re documenting compiles cleanly--RDoc is not a full Ruby parser, and gets confused easily if fed invalid programs. The internal error was:
2007 Apr 06
0
rdoc error
I am getting this error when I run ruby doc with following command rdoc -a -F -f html -S -N -o doc1 ...........authenticated_test_helper.rb: m. RDoc failure in vendor/plugins/acts_as_authenticated/generators/authenticated/te mplates/authenticated_test_helper.rb at or around line 113 column 4 Before reporting this, could you check that the file you''re documenting compiles cleanly--RDoc
2006 Mar 28
2
Rails 1.1 and Rails 1.0 gems
Firstly, Congrats to the Rails team for the 1.1 release! I installed Rails using the package created by Tony Arnold, referenced here: <http://tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners> I did the upgrade to Rails 1.1 and all went well. Now, however, I seem to have two sets of gems installed. Doing a ''gems list'', I see:
2005 Mar 22
9
am i the only one with this problem?
(clean install) >gem install rails Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Install required dependency activesupport? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y Install required dependency actionmailer? [Yn] y
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few tweaks to work properly and to stop throwing meaningless warnings. This tiny release makes up for that. To install: * gem install rails * rake rails:update:configs (to get the latest config/boot.rb) This release also signals our new commitment to do more tiny releases from the stable branch, which only gets bug fixes. So it will
2006 Apr 06
1
Rails 1.1.1 looks tagged waiting for official word
See http://dev.rubyonrails.org/timeline It is truly amazing how many improvements it has over 1.1.0 despite the short time since release. -- Posted via http://www.ruby-forum.com/.
2008 Jun 25
4
Error with mongrel_rails start
When I make an empty Rails web application, and go through the steps to create/include a database, and scaffold, mongrel_rails start (or ruby script/server) works just fine. However, I attempted this with a pre-existing web app and I got some errors. First, I gathered the app''s folder (checked the contents, it has all the folders plus one extra: components) and placed it under ruby/
2006 Jan 14
0
Installtion woes (rails: file not found)
Hi, I''ve been trying to get RoR installed, I''m using Ruby 1.8.2 (from source). root@bear:/# gem install rails --include-dependencies 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 installed rails-1.0.0
2006 Apr 03
3
Lost Connection to MySql during query.
hi all, I am getting an error when trying to connect to a mysql server on my ''production'' linux server. The rails app works fine when connecting to the ''development'' mysql on my windows development server. I have looked at the following wiki: http://wiki.rubyonrails.com/rails/pages/Mysql+Connection+Problems/ and I installed the mysql gem, however this does
2006 Apr 03
4
How to create new rails 1.1 app if only rails 1.0 installed?
I have rails 1.0 and I cannot install rails-1.1 system-wide. However, I can freeze_edge (but just once because of svn 1.1.4 on Debian). Under this scenario, how can I create brand new rails-1.1 apps? I know how to freeze_edge *existing* rails-1.0 apps but that process seems to be imperfect because the script/about command and /rails/info/properties URL do not work after freezing to 1.1.0
2007 Jul 16
6
RubyToken::AlreadyDefinedToken and Edge Rails Docs
I''m having a wee bit of trouble building documentation for Edge Rails (rev 7187). When I attempt to run the doc:rails taask (or any doc:* task), I get the following error: -- BEGIN -- rake aborted! uninitialized constant RubyToken::AlreadyDefinedToken /Users/jherdman/Projects/crosslisting/vendor/rails/activerecord/ lib/../../activesupport/lib/active_support/dependencies.rb:263:in
2009 Jan 17
4
Install older version of rails FAILED
Help! I need your help!!! I have an old rail app which I made a few years ago. Never touched rails since. Now, I need to make it work again. I used the above command to install rails, but I still get rails 2.1.1 [b]gem install rails --version 1.2.6[/b] I tried twice, and fails twice, even the installation says Successfully installed activesupport-1.4.4 Successfully installed
2006 Aug 09
3
Can''t update actionmailer gem?
Trying to update actionmailer gem, and it''s complaining about the version of actionpack not being correct. C:\eclipse\workspace>gem update actionmailer Updating installed gems... Attempting remote update of actionmailer Install required dependency actionpack? [Yn] Y ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find actionpack (= 1.12.4) in the repository
2006 Apr 07
4
What to install for Rails development?
Hi, is there a list which helps new people as existing people to RoR in regards to what to install and when to install it? I''m just looking for a list must have components because I''m really lost at this point with all the announcements. Finally, my hosting company is currentlyhas the following version of rails installed: rails 0.13.1 [rdoc] [www] - depends on actionmailer,
2006 May 17
3
Capistrano: Skipping require of dynamic string
Hi all, I am starting out to play with capistrano. I installed the capistrano gem, and I got some messages. I am not sure if these are errors, warnings or just status messages.I hope someone here can help me understand these messages, so that I don''t suspect Capistrano installation if I run into issues further down. :-) binil$ gem install -r capistrano Attempting remote installation