Displaying 6 results from an estimated 6 matches for "missiondata".
2012 Dec 19
0
Oracle listner with port forwarding issue
...researching this error, it is a result of a misconfigured oracle
listener (I am using port forwarding on port 1522). In database.yml I have
localhost:1522. I am also invoking:
ssh -C -q -f -N -l root -L 1522:74.121.71.3:1521 <http://74.121.70.3:1521>
eesdev.somebody.net <http://eesdev.missiondata.net>
Finally, my $ORACLE_HOME points to the right spot, and PATH=$PATH:/bin
So everything is set up to hit the oracle server through port 1522.
This ORA-12541, the misconfigured oracle listener (I assume on my local,
which has already been started) in $ORACLE_HOME/network/admin/tnsnames.ora...
2008 Jun 19
0
Error loading fixtures with classes that set_table_name
...lass School < ActiveRecord::Base
set_table_name ''old_school''
end
It works great, until I''m testing and I want to use fixtures. I''ve got
a fixtures file called "old_school.yml" that doesn''t load. Following
some googled advice
(http://www.missiondata.com/blog/uncategorized/80/rails-fixtures-with-models-using-set_table_name/)
I learned that I had to use set_fixture_class to be able to map the
fixture back to the class name:
# in test_helper.rb
class Test::Unit::TestCase
self.use_transactional_fixtures = true
self.use_instantiated_fixtures...
2008 Jun 23
0
Error loading fixtures for classes that set_table_name
...lass School < ActiveRecord::Base
set_table_name ''old_school''
end
It works great, until I''m testing and I want to use fixtures. I''ve got
a fixtures file called "old_school.yml" that doesn''t load. Following
some googled advice
(http://www.missiondata.com/blog/uncategorized/80/rails-fixtures-with-models-using-set_table_name/)
I learned that I had to use set_fixture_class to be able to map the
fixture back to the class name:
# in test_helper.rb
class Test::Unit::TestCase
self.use_transactional_fixtures = true
self.use_instantiated_fixtures...
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload
progress bar implementation with Prototype. Can anyone point me in a good
direction for one?
I''m not using Rails, so I can''t use the upload_progress addon,
unfortunately.
Thanks for any info
Jim
_______________________________________________
Rails-spinoffs mailing list
2006 Feb 20
0
Trunk calls ring internal analog phone
I am having an issue where outbound external calls. Calls made using
an analog line (connected to an FXS) route correctly out the trunk
(connected to an FXO). However, when I make a similar outbound call
using a SIP phone the analog phone connected to the FXS rings. I was
having this problem intermittently with a manual asterisk install -- a
reboot would fix the problem. I am now giving
2013 Jan 22
2
Fact chicken and egg problem
I am trying to expose a custom fact that requires a certain gem to be
installed. However, the facts are being loaded before the module is loaded
(and I see why this is the case sine the fact should be made available to
the module). So my question is, is there a way to avoid this chicken and
egg problem? I tried putting the module in a stage before main, but it
still looks like the facts