Displaying 18 results from an estimated 18 matches for "active_".
Did you mean:
active
2006 Mar 25
1
Question about upgrading to rails rc1.1
...update the rails according to
http://weblog.rubyonrails.org/articles/2006/03/22/rails-1-1-release-candidate-1-available
The project still can not be started,anybody can tell me the reason?very
thanksful!And following is the failed log:
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5.4008/lib/active_support/depen
dencies.rb:30:in `depend_on'': stack level too deep (SystemStackError)
from
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5.4008/lib/active_
support/dependencies.rb:74:in `require_dependency''
from
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5....
2006 Mar 23
11
ActiveRecord: Oracle metadata loading slow on large database
All,
While attempting to use ActiveRecord against a large database, approx.
1700 tables and 4 million rows, I discovered an inefficiency in
oci_adapter.rb. The problem seems to be the SQL being generated to
lazy-load the columns metadata. "def columns(table_name, name = nil)"
method generates the following SQL:
select column_name, data_type, data_default, nullable,
2010 Apr 22
2
Server error
...:in `process''
from C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/
initializer.rb:1
13:in `run''
from C:/Temp/RailsApplication1/config/environment.rb:9:in
`<top (require
d)>''
from C:/Ruby19/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/
lib/active_s
upport/dependencies.rb:156:in `require''
from C:/Ruby19/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/
lib/active_s
upport/dependencies.rb:156:in `block in require''
from C:/Ruby19/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/
lib/active_s
upport/dependencies.rb:521:...
2006 May 11
0
Delete global variable
Hello,
I've got a question to the memory handling of global variables in
Asterisk 1.2+.
I use e.g. Set(active_${CALLERIDNUM}=1|g) to set a global variable in my
dialplan. Later I will use Set(active_${CALLERIDNUM}=|g) to remove my
global variable "active_${CALLERIDNUM}".
Is the Memory space of variable really free?
Or will I rise into a memory problem?
Regards
Bastian
2006 Jun 08
1
Test errors
...w to ROR and the error didn''t
look too bad ;), perhaps someone would have a better understanding of what
it''s saying.
1) Error:
est_send_new_password(UserTest):
ameError: uninitialized constant Notifications
c:/instantrails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1
/lib/active_support/dependencies.
b:123:in `const_missing''
c:/instantrails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1
/lib/active_support/dependencies.
b:131:in `const_missing''
c:/instantrails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1
/lib/active_support/dependencies.
b:133:in...
2010 Aug 05
5
asset_host and ActionMailer
After digging through the rails code to figure out why my asset_host
wasn''t getting applied to emails, I realized that it''s because the
config object in the context of a mailer is config.action_mailer and
not config.action_controller. This means you need to set asset host
separately for emails, as config.action_mailer.asset_host.
Should this be considered a bug? Is it really
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
...t;
> http://weblog.rubyonrails.org/articles/2006/03/22/rails-1-1-release-candidate-1-available
> The project still can not be started,anybody can tell me the reason?very
> thanksful!And following is the failed log:
>
> c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5.4008
> /lib/active_support/depen
> dencies.rb:30:in `depend_on'': stack level too deep (SystemStackError)
> from
> c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5.4008/lib/active_
> support/dependencies.rb:74:in `require_dependency''
> from
> c:/ruby/lib/ruby/gems/1...
2011 Apr 18
2
rubygems fail - require hpricot!
...Loading development environment (Rails 3.0.5)
ruby-1.9.2-p180 :001 > require ''rubygems''
=> nil
ruby-1.9.2-p180 :002 > require ''hpricot''
LoadError: no such file to load -- hpricot
from
/Users/Anush/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239:in
`require''
from
/Users/Anush/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239:in
`block in require''
from
/Users/Anush/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225...
2008 Jun 30
1
javascript onclick for thumbnails
...function where only 1 thumbnail should be active
and others inactive when clicked on the particular thumbnail.
code:
1. view:
2. <script type="javascript">
3. function PlayVideo_options(videoFile, id) {
4. document.getElementById(id).className = ''video_option
active_video'';
5. }
6. </script>
7.
8. <div id="video_options">
9. <% for eligible_exercise in excercises %>
10. <% exercise = eligible_exercise.exercise %>
11. <div onclick="PlayVideo_options(''<%= ex...
2009 Oct 01
3
mongrel + mysql can't connect in custom mysql install
...uch the same way (but I see no issues
so far with ruby).
My dev log is as follows (please help!):
/!\ FAILSAFE /!\ 2009-10-01 11:32:44 -0500
Status: 500 Internal Server Error
uninitialized constant MysqlCompat::MysqlRes
/home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:440:in
`rescue in load_missing_constant''
/home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:436:in
`load_missing_constant''
/home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.3.4/lib/active_supp...
2009 Aug 05
2
MySQL noob question: Where can I find the database when I create one?
See my screenshot of the command here.
http://a.imagehost.org/0843/mysqladmin.png
When I type the following:
mysqladmin create <database_name> --user=root --password=xxxxxxxx
Is my command executed simply by pressing "Enter" after the command?
Am I missing some syntax?
If the command has been executed , what directory can I find this
database?
How does this relate to MySQL
2017 Jun 08
0
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
...good holiday ;-)
> > Yes, i had a good holiday, thanks. Bit low on sleep but that worked
> > out..
>
> I thought the whole idea behind a holiday was to relax and take things
> easy ;-)
>
> > Yes, correct but for you.
> > https://wiki.archlinux.org/index.php/Samba/Active_
> Directory_domain_controller
> > A basic but pretty good setup for arch. ;-) so next time it wont take
> > long.
>
> Setting up Samba didn't take much time, it was getting Arch installed
> that took all the time for me.
>
> Rowland
>
> --
> To unsubscribe...
2008 Jan 29
1
wxruby and ActiveRecord
...;'m running wxruby 1.9.4, and i show my ActiveRecord data in a grid
(with GridTableBase) (a grid with 30 columns)
>From my base Window, i open and close the GridWindow. After several
openings and closes, this message appears:
c:/Programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_
record/base.rb:1860: [BUG] Segmentation fault
ruby 1.8.6 (2007-03-13) [i386-mswin32]
(Somtimes, (every hour) a segmentation fault on the wxruby main loop is
also registered!)
Did someone have a similar problem?
With wxruby 1.9.2 i do not have this problem, even though in some rare
cases, a segm...
2017 Jun 07
5
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
...gt; Hi Louis, hope you are having a good holiday ;-)
> Yes, i had a good holiday, thanks. Bit low on sleep but that worked
> out..
I thought the whole idea behind a holiday was to relax and take things
easy ;-)
> Yes, correct but for you.
> https://wiki.archlinux.org/index.php/Samba/Active_Directory_domain_controller
> A basic but pretty good setup for arch. ;-) so next time it wont take
> long.
Setting up Samba didn't take much time, it was getting Arch installed
that took all the time for me.
Rowland
2017 Jun 08
0
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
...day, thanks. Bit low on sleep but
> that worked
> > > out..
> >
> > I thought the whole idea behind a holiday was to relax and
> take things
> > easy ;-)
> >
> > > Yes, correct but for you.
> > > https://wiki.archlinux.org/index.php/Samba/Active_
> > Directory_domain_controller
> > > A basic but pretty good setup for arch. ;-) so next time it wont
> > > take long.
> >
> > Setting up Samba didn't take much time, it was getting Arch
> installed
> > that took all the time for me.
> >
&g...
2006 Feb 26
7
LoginEngine problems
I''m trying to get a simple authentication system going for a small rails app.
After much research, it looks like LoginEngine should do exactly what I want.
Now, the documentation is somewhat confusing to me when looked at in the light
of reality. There are some places that say you have to install the "engines"
plugin. But, I cannot find such a beast.
So, I installed the
2011 Oct 06
5
Simple ActiveRecord serialise problem
...fine a class as follows:
class Foo < ActiveRecord::Base
serialize :content, JSON
end
Creating a new instance of the class gives an error:
> f = Foo.new
NoMethodError: undefined method `read'' for nil:NilClass
from /Users/andy/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.0/lib/active_support/whiny_nil.rb:48:in `method_missing''
from /Users/andy/Code/FakePlatform/vendor/gems/Darwin/gems/json-1.4.6/lib/json/common.rb:286:in `load''
from /Users/andy/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.1.0/lib/active_record/base.rb:1938:in `block in set_serialized_attribu...
2009 Sep 18
13
Rails 2.2.3-1 Problem
...n `activate'': can''t
activate activeresource (= 2.3.4, runtime), already activated
activeresource-2.1.0 (Gem::Exception)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:35:in
`require''
from
/xhome/vellingiri/public_html/Isync/vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in
`require''
from
/xhome/vellingiri/public_html/Isync/vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in
`new_constants_in''
from
/xhome/vellingiri/public_html/Isync/vendor/rails/activesupport/lib/active_support/dependencies.rb:509:i...