Displaying 3 results from an estimated 3 matches for "win_2".
Did you mean:
win32
2010 Aug 24
11
will_paginate problem
...this line
@@@@@ require ''will_paginate''@@@@@
After adding this when I am running “””ruby script/server””” then this error
is coming
@@@@@ NoMethodError in StoreController#index
undefined method `paginate'' for #<Class:0x4aaf448>
RAILS_ROOT: C:/InstantRails-2.0-win_2/rails_apps/diligence
Application Trace <http://localhost:3000/store> | Framework
Trace<http://localhost:3000/store>
| Full Trace <http://localhost:3000/store>
C:/InstantRails-2.0-win_2/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1532:in
`method_miss...
2010 Aug 08
5
Ruby 1.8.7 and openssl failed compile
I got this error:
ossl_ssl.c: In function ?ossl_sslctx_get_ciphers?:
ossl_ssl.c:626:19: error: ?STACK? undeclared (first use in this
function)
ossl_ssl.c:626:19: note: each undeclared identifier is reported
only once for each function it appears in
ossl_ssl.c:626:25: error: expected expression before ?)? token
ossl_ssl.c:629:47: error: expected expression before ?)? token
2010 Aug 08
1
help me
...e NOT NULL default ''0000-00-00 00:00:00'',
image_path varchar(255) NOT NULL default '''',
artist_id int(11) NOT NULL default ''0'',
PRIMARY KEY (id));
when i am running scaffold then it not generating albums_controller.rb file
C:\InstantRails-2.0-win_2\rails_apps\music_library>ruby script/generate
scaffold Album id:int title:varchar artist_old:varchar release_date:datetime
genre:varchar created
_at:datetime updated_at:datetime image_path:varchar artist_id:int
exists app/models/
exists app/controllers/
exists app/helpers/...