Displaying 10 results from an estimated 10 matches for "p174".
Did you mean:
174
2010 Jun 11
5
Issues creating tables in mysql tests
...ernández <pupeno@pupeno.com> (http://pupeno.com)
PS: the whole output:
pupeno@lennon:~/Projects/rails/rails/activerecord$ rake test_mysql --trace
(in /Users/pupeno/Projects/rails/rails/activerecord)
** Invoke test_mysql (first_time)
** Execute test_mysql
/Users/pupeno/.rvm/rubies/ruby-1.8.7-p174/bin/ruby -w
-I"lib:test:test/connections/native_mysql"
"/Users/pupeno/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"
"test/cases/active_schema_test_mysql.rb" "test/cases/adapter_test.rb"
"test/cases/aggregations_test.rb&qu...
2010 Jul 24
23
How to disable ORM in Rails 3
Is there any way to prevent Rails 3 from using an ORM? In Rails 2, it
used to have a description in environments.rb explaining how to do that.
In Rails 3, is there any way to tell it to not use any database? I was
trying to make some benchmarks from situations that don''t require a
database...
Thanks in advance,
Rodrigo.
--
You received this message because you are subscribed to
2010 Jun 15
8
Allow blank on should validate_uniqueness_of
Hello,
Using shoulda, any ideas how to allow blank when having this test:
should validate_uniqueness_of(:email)
Thanks.
--
J. Pablo Fernández <pupeno-GAtDADarczzQT0dZR+AlfA@public.gmane.org> (http://pupeno.com)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 Aug 26
17
strings issue
Hi everybody,
I ve got a problem with strings and the class File in rails
Indeed, when i try to do this:
File.new("archives/sequences/archives-2011.xml")
it works perfectly, however when i do
string = "archives/sequences/" + @filename => filename being
"archives-2011.xml"
File.new(string)
it doesn''t work!
ruby tells me it cannot find the file
does
2010 Aug 17
0
Installing selenium-on-rails - error on rake test
I''m following the instructions on installing Selenium on rails: "Run the
Rakefile in the plugin???s directory to run the tests in order to see that
everything works"
When I rake:
DKMac:selenium-on-rails DK$ rake test
I get the following error:
/Users/DK/.rvm/gems/ruby-1.8.7-p174/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:105:in
`const_missing'': uninitialized constant ActionView::Base::Helpers
(NameError)
Am I correct in running the rake task directly from the plugin directory as
above?
Using Rails 2.3.8, Ruby 1.8.7. The issue above looks like wa...
2010 Apr 21
0
can't seem to install bleak house
...t `dist''
gcc -O2 -g -Wall -Wno-parentheses -DRUBY_EXPORT -D_GNU_SOURCE=1 -
L. -L. -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic
main.o -lruby-static -lrt -ldl -lcrypt -lm -lpthread -lrt -ldl -
lcrypt -lm -o ruby
make[1]: Leaving directory `/tmp/bleak_house/ruby-1.8.7-p174''
-%{ BUILDING SNAPSHOT }%-
build_snapshot.rb:1: warning: already initialized constant
RUBY_VERSION
/usr/local/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb:7: ruby lib version
(1.9.1) doesn''t match executable version (1.9.1p376) (RuntimeError)
from /usr/local/lib/ruby/1.9.1/mkmf...
2011 Feb 10
3
Using RJB in a Rails 3 app?
...interact with a java library (Aspose Slides) inside of my
Rails 3 app. I''m trying to get the rjb gem installed but I keep running
into the same error when I try to start the app:
[BUG] cross-thread violation on rb_gc()
(null)
Abort trap
I''m on OSX 10.6.6, running ruby 1.8.7-p174 (via RVM) and Rails 3.0.4. I
tried a couple of methods for getting this to work on OSX with the first one
being the official rjb page:
http://rjb.rubyforge.org/
I also tried the "RJB Setup" section in this article as well, same error
though:
http://www.brandonmartinez.com/2010/03/1...
2012 Sep 04
11
I wanna make a new rails community :)
Hi everyone! I''m a newbie engineer.
I started rails programming, but I''m learning alone and can''t understand
other rails cord so much.
So I wanna have friend with other newbie rails engineers and share a
process of making apps.
It is not for sharing the "result" of programming like Github, but for
recording the almost all of process of making one app.
2006 Jun 09
3
GXP-2000 MultiPurpose Keys
Is it possible to program the multi-purpose keys on a GXP-2000
remotely via a TFTP configuration file? If so, what are the
parameters to put in the configuration file?
Thanks,
Daniel
2010 Jun 21
9
[BUG] Segmentation fault
First of all, I use RVM and I installed ruby-1.9.2-head, which I used
to create a new rails3 gemset. Then I changed to that gemset with rvm
use 1.9.2-head@rails3 and I ran bundle install over the following
Gemfile:
source ''http://rubygems.org''
gem ''rails'', ''3.0.0.beta4''
gem ''sqlite3-ruby'', :require =>