Displaying 20 results from an estimated 1627 matches for "2.1.0".
Did you mean:
2.1.2
2008 Jun 30
1
Help with form_for
Hello, I had an app running on RoR 1.1, now I''m migrating it to 2.1.
In a view I have:
<div id="user_management">
<fieldset>
<legend>Please log in</legend>
<% form_for(:user, :url => sessions_path) do |f| %>
<p>Username: <span class="notice"><%= flash[:notice]%></
span></p>
2008 Aug 26
1
upload_column NoMethodError
Hi all,
I''m using uploadcolumn plugin for file uploading. Followed the README file.
Put "upload_column :src_file" in my model file as instructed, and i got this
NoMethodError for the upload_column. This is the full trace:
/usr/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:1667:in
`method_missing''
app/models/speech.rb:2
2008 Jul 09
11
script/generate scaffold user
NameError in UsersController#index
uninitialized constant UsersController::User
RAILS_ROOT: C:/RailsApps/rgams
Application Trace | Framework Trace | Full Trace
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:492:in
`const_missing''
app/controllers/users_controller.rb:5:in `index''
2008 Aug 21
4
forgery Protection
Has anybody solved this issue. [
http://rubyforge.org/pipermail/facebooker-talk/2008-April/000552.html ] ?
NameError (undefined local variable or method `controller'' for
#<LeaveController:0xb7144abc>):
/app/controllers/application.rb:24:in `verify_authenticity_token''
2009 Mar 26
1
Error Send Message
Hello,
I''m trying to make my rails app send mail. so it''s can''t send it''s
error.
I''m using the following configuration in environment.rb:
==
Rails::Initializer.run do |config|
...
config.action_mailer.delivery_method = :smtp
end
ActionMailer::Base.smtp_settings = {
:address => "mail.mydomain",
:port => 25,
:domain =>
2008 Sep 02
14
SQL 3 Lite Error
Hello everyone,
In my controller, I put the following code:
render :text => "Hello World!"
It popped up with this error:
"
MissingSourceFile in BlogController#index
no such file to load -- sqlite3
RAILS_ROOT: C:/InstantRails/rails_apps/scblog
Application Trace | Framework Trace | Full Trace
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
2009 Feb 02
9
ActiveRecord Unexplainable SystemStackError - Only in WEBrick
This SystemStackError is driving me crazy. It only takes place when
testing with WEBrick - I can''t reproduce it with any tests. It is
caused by calling the "missing" id method (base.rb:2435) on my
ActiveRecord class.
WEBrick and my tests are running as the same user, with a `ulimit -s`
of 10240. Plus the query works sometimes so I don''t think this
matters.
2008 Dec 09
0
dahdi-linux 2.1.0 and dahdi-tools 2.1.0 released
The Asterisk development team is pleased to announce the release of versions
2.1.0 of both dahdi-linux and dahdi-tools. DAHDI now includes a native driver
for the B410P four port BRI module. The Digium Asterisk Hardware Device
Interface (DAHDI) is a collection of drivers and utilities for connecting your
Asterisk installation to the Public Switched Telephone Network (PSTN).
dahdi-linux is the
2008 Dec 09
0
dahdi-linux 2.1.0 and dahdi-tools 2.1.0 released
The Asterisk development team is pleased to announce the release of versions
2.1.0 of both dahdi-linux and dahdi-tools. DAHDI now includes a native driver
for the B410P four port BRI module. The Digium Asterisk Hardware Device
Interface (DAHDI) is a collection of drivers and utilities for connecting your
Asterisk installation to the Public Switched Telephone Network (PSTN).
dahdi-linux is the
2005 Apr 23
1
R-2.1.0 doesn't compile on FreeBSD6-CURRENT
Dear R-users,
is there anyone else with problems to get R-2.1.0 compiled on
FreeBSD6-CURRENT?
After typing '.configure' and then 'make' I get the following output:
-------------------------------------
[...snip...]
gcc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o
2005 Apr 23
1
R-2.1.0 doesn't compile on FreeBSD6-CURRENT
Dear R-users,
is there anyone else with problems to get R-2.1.0 compiled on
FreeBSD6-CURRENT?
After typing '.configure' and then 'make' I get the following output:
-------------------------------------
[...snip...]
gcc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o
2008 Jul 27
0
dhtml_calendar Plugin and dates
Man I am frustrated. 4 hours working on this and i can''t find an
answer. Here it goes.
I had some simple date select fields on a form. Then I wanted to add
some additional datetime fields on a form with a nice widget so I
installed the dhtml_calendar plugin. Now my migrations and forms don''t
work on insert stating that the argument is out of range.
Here is line #62 in the
2005 Jun 06
1
Unable to compile R-2.1.0
I downloaded the latest R-2.1.0 tarball from cran (the one of 18/4/05) to
compile it under FreeBSD. Take into account that I compiled R-2.0.1 in the
same machine and OS like a charme, flawlessly and at the very fiirst shot.
Now with R-2.1.0, ./configure doesn't seem to say anything alarming but
make stops. Here an extract of both ./configure and make:
# ./configure
2008 Oct 14
4
replace_html not working
hallo, everyone
can anybody help me? i did add my code under ENGINES as a module in a
project. before the change , all worked . and the differenz between
both is only about application''s environment,
before is
Ruby version 1.8.6 (i486-linux)
RubyGems version 1.1.1
Rails version 2.0.2
Active Record version 2.0.2
Action Pack version 2.0.2
2005 Apr 29
3
Error in La.chol2inv(x, size) : lapack routines cannot be loaded
Dear all,
OS: x86_64-suse-linux 9.2
CPU: Intel(R) Xeon(TM) CPU 3.20GHz
R-version: R-2.1.0
I've started using a new Linux server, upgraded at the same time to
R-2.1.0 (see above) and have problems with some elementary analysis that
ran without a problem on my previous configuration.
anova.glm gives the following error:
Error in La.chol2inv(x, size) : lapack routines cannot be loaded
This
2014 Nov 24
2
Re: Libvirt Live Migration
I will try a newer version.
On 24 November 2014 at 11:30, Michal Privoznik <mprivozn@redhat.com> wrote:
> On 24.11.2014 11:23, Dhia Abbassi wrote:
>
>> Thanks for your answer,
>>
>> 1) In this case i'm not using shared storage, the migration is happening
>> between two non-shared storage with full disk copy
>> 2) I already created the file with same
2008 Jun 12
3
Upgrading to 2.1 breaks my named routes
I just upgraded to 2.1 and attempted to log in to my application and
when this line is reached in my login action:
redirect_to(index_url)
I get the error
"wrong number of arguments (0 for 1)" [stack trace below].
Here''s my route:
map.index ''index'', :controller => ''e_simply'', :action => ''index''
I found
2024 Nov 14
0
[ANNOUNCE] xf86-input-keyboard 2.1.0
kbd - Keyboard input driver for non-Linux platforms for the Xorg X server
-------------------------------------------------------------------------
This keyboard driver is primarily used with BSD, GNU Hurd, illumos, & Solaris
systems. Linux systems should instead use either xf86-input-libinput or
xf86-input-evdev.
This release drops support for Xorg server versions 1.10 through 1.17,
2005 Apr 18
0
Re-release of R 2.1.0
Due to a mishap in the build procedure, the originally released
sources erroneously had "2.2.0" in several places within the
"configure" file. A re-released version has been put up in
http://biostat.ku.dk/~pd/R-release/
and should find its way to CRAN and its mirrors some time tomorrow.
The new files have md5 sums as follows:
94d55d512a9ba36caa9b7df079bae19f COPYING
2005 Apr 18
0
Re-release of R 2.1.0
Due to a mishap in the build procedure, the originally released
sources erroneously had "2.2.0" in several places within the
"configure" file. A re-released version has been put up in
http://biostat.ku.dk/~pd/R-release/
and should find its way to CRAN and its mirrors some time tomorrow.
The new files have md5 sums as follows:
94d55d512a9ba36caa9b7df079bae19f COPYING