search for: pdenlinger

Displaying 4 results from an estimated 4 matches for "pdenlinger".

Did you mean: denlinger
2010 Aug 30
10
Trouble with rvm (Ruby Version Manager)
Hi-- Am having trouble with rvm. Successfully installed it, but when I tried to install Ruby 1.8.7, here is the error I got: Paul-Denlingers-MacBook-Pro:~ pdenlinger$ rvm install 1.8.7 -bash: rvm: command not found Tried closing terminal, quitting terminal, opening another tab, etc. but continued to get same error. What to do? Thanks! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post...
2010 Aug 22
1
Question about RVM installation; where to find .bashrc and/or .bash_profile files?
...Y up your config you can ''source ~/.bashrc'' at the bottom of your .bash_profile. placing all non-interactive items in the .bashrc, including the ''source'' line above 3) Then CLOSE THIS SHELL and open a new one in order to use rvm. Installation of RVM to /Users/pdenlinger/.rvm/ is complete. I am using Snow Leopard, and would like to know where I can find the .bashrc and/or .bash_profile files. Which directory are they in? Tried to find them but had no luck. Thank you. -- You received this message because you are subscribed to the Google Groups "Ruby on Rail...
2009 Sep 30
1
Can't connect with MySQL database
...d it can see MySQL fine. So I really don''t understand the problem. Can you tell me what I need to do? Thank you. ----------------------------------------------------------------------- MissingSourceFile in Rails/infoController#properties no such file to load -- mysql RAILS_ROOT: /Users/pdenlinger/Sites/In_Development/my_app1 Application Trace | Framework Trace | Full Trace /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'' /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active...
2009 Sep 29
5
NoMethodError in Stories#show
...b where line #1 raised: You have a nil object when you didn''t expect it! The error occurred while evaluating nil.name Extracted source (around line #1): 1: <h2><%= @story.name %></h2> 2: <p><%= link_to @story.link, @story.link %></p> RAILS_ROOT: /Users/pdenlinger/Sites/In_Development/shovell Application Trace | Framework Trace | Full Trace app/views/stories/show.html.rb:1 /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/ renderable.rb:39:in `send'' /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/ renderable.rb:39:in `render...