search for: p125

Displaying 9 results from an estimated 9 matches for "p125".

Did you mean: 125
2012 Dec 03
10
Starting rails server problem
Still fairly new to Ruby and Rails in general and trying to figure out how to address this error. I recently migrated to a new computer and now I get this error message when I try to start the rails server. -bash: /Users/user1/.rvm/gems/ruby-1.9.3-p125/bin/rails: /Users/user/.rvm/rubies/ruby-1.9.3-p125/bin/ruby: bad interpreter: No such file or directory I know what the problem is and it''s being caused because my ID from one mac to the other changed from user to user1, now rails is still trying to start the server using my old path. I...
2012 Jun 25
0
Trouble with starting pow
...link. I am very new to Ruby and just need help in determining where to look to solve the issues I am having getting access to the project. Here are the errors I get when trying to visit my application: Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ spec_set.rb:90:in `block in materialize'' ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ spec_set.rb:83:in `map!'' ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ spec_set.rb:83:in `materialize'' ~...
2012 Feb 26
6
can't get rails gem
Hi, I''m brand new to rails, and I have a mac 10.7 that I bought today. I try the following: joelrwesley$ sudo gem install rails Password: Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ ruby extconf.rb mkmf.rb can''t find
2012 Apr 19
1
puppet-lint error
Hi, this is not strictly puppet related but I am hoping someone here who uses puppet-lint can tell me what is going on here......... $ puppet-lint init.pp /Users/jc/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/ rubygems/custom_require.rb:36:in `require'': iconv will be deprecated in the future, use String#encode instead. /Users/jc/.rvm/gems/ruby-1.9.3-p125/gems/puppet-lint-0.1.13/bin/puppet- lint:89:in `<top (required)>'': undefined method `each'' fo...
2012 Apr 27
14
app error: Socket is not connected (Errno::ENOTCONN)
...CC me on replies, I''m not subscribed to the mailing list. 16:48:42 web.1 | E, [2012-04-26T16:48:42.733954 #87940] ERROR -- : app error: Socket is not connected (Errno::ENOTCONN) 16:48:42 web.1 | E, [2012-04-26T16:48:42.734193 #87940] ERROR -- : /Users/jnimety/.rvm/gems/ruby-1.9.3-p125 at control/gems/unicorn-4.3.0/lib/unicorn/http_server.rb:539:in `shutdown'' 16:48:42 web.1 | E, [2012-04-26T16:48:42.734343 #87940] ERROR -- : /Users/jnimety/.rvm/gems/ruby-1.9.3-p125 at control/gems/unicorn-4.3.0/lib/unicorn/http_server.rb:539:in `process_client'' 16:48:42 web....
2012 May 16
7
Rails 3.1.0 cannot connect to sqlite database on Mac Lion
I''m running Rails 3.2.3 on Mac Lion with sqlite 3.7.7 and ruby 1.9.3p125. I need to back down rails to 3.1.0 for a project but when I do that a simple index page give me a ActiveRecord::ConnectionNotEstablished error. Rails 3.2.3 works, 3.1.0 not. Any ideas? Just to show you it''s nothing fancy.... Gem file is only: source ''https://rubygems...
2012 Sep 16
1
“Routing Error No route matches {}” when omniauth failed on registration
...}): app/views/layouts/application.html.erb:35:in_app_views_layouts_application_html_erb___1224394470845933684_70120630781720'' config/initializers/omniauth.rb:8:incall'' config/initializers/omniauth.rb:8:in `block (2 levels) in '' Rendered /Users/ayia/.rvm/gems/ruby-1.9.3-p125@global/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) *What can be the reason for this? What did I wrong?* -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....
2011 Aug 16
0
Cubic splines in package "mgcv"
...ed by mgcv when specifying bs="cr". Maybe the point is that at the knot, this continuous function has continuous 1st and 2nd derivatives, but a discontinuous 3rd derivative, so in that sense it behaves like a cubic spline. Greg #using the code from p127 of Wood: #compare Wood Fig 3.4 (p125) #if the function were piecewise cubic the 3rd derivative would be piecewise constant rk<-function(x,z) { ((z-0.5)^2-1/12)*((x-0.5)^2-1/12)/4-((abs(x-z)-0.5)^4-(abs(x-z)-0.5)^2/2+7/240)/24 } par(mfrow=c(2,2)) u<-seq(0,1,by=0.001) plot(u,rk(u,5/6),main="function") plot(u[-1],1e3*d...
2013 Jan 24
2
SIGSEGV at shutdown (was: Re: your mail)
On Mon, Jan 21, 2013 at 11:28 AM, Eric Wong <normalperson at yhbt.net> wrote: > Charles Hornberger <charles.hornberger at gmail.com> wrote: >> Hi! >> >> I recently noticed this error message when restarting unicorn after a >> code deployment (and I don''t think I recall having seen it before): >> >> I, [2013-01-18T17:54:21.502554 #59285]