search for: 20060325

Displaying 20 results from an estimated 63 matches for "20060325".

Did you mean: 20060320
2006 Mar 25
2
acts_as_tree wierdness with children.count and children.size
...ect number (3) what gives? Thanks, Mark -- -------------------------------------------------------------------- I am Mark Daggett and I approve this message. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060325/00697877/attachment.html
2006 Mar 23
8
FXS channel banks
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3115 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060323/c0928576/smime.bin
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
...to > > dapper. Your mileage might vary. > > > > Best of luck and have fun! > > > > Nicholas > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://wrath.rubyonrails.org/pipermail/rails/attachments/20060325/93bb28a7/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Sat, 25 Mar 2006 11:09:23 -0300 > From: "Victor Kane" <victorkane@gmail.com> > Subject: [Rails] Re: Your Ruby IDE > To: rails@lists.rubyonrails.org > Message-ID: >...
2006 Mar 25
4
Asterisk and "Commercial Unix"
...h---- r+++ y++++ ------END GEEK CODE BLOCK------ . -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060325/662960a1/signature.pgp
2006 Mar 25
3
Rails Plugins: Why to register your own functionality with send()?
...d or: (b) ApplicationHelper.include(InPlaceEditAssociations) As I now know a way that works this is not crucial to me, but I am still curious. Cheers, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060325/d29f44dc/attachment.html
2006 Mar 24
6
Chinese characters in the title
Dear experts, In my application, Chinese characters work great in the body of the page. However, in the title, they appear as boxes instead of something like " ???????? ". I also noticed CNET having the same issue: http://www.cnetnews.com.cn/news/net/story/0,3800050307,39438403,00.htm So my question to experts here is that is it possible to show Chinese
2006 Mar 25
2
help on mfc/r2
...side, and "no-error" on the PABX side (Alcatel Omni Enterprise R6.2). -------------- next part -------------- A non-text attachment was scrubbed... Name: drewicz.vcf Type: text/x-vcard Size: 296 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060325/122e4319/drewicz.vcf
2006 Mar 24
6
Microsoft SQL Server has me stumped
I''m tinkering around with an old legacy table in SQL Server 2000. Ruby 1.8.4, most recent ADO.rb file from RubyForge, Rails 1.0 Here''s the model: class InventoryItem < ActiveRecord::Base set_table_name "[_SMDBA_].[_INVENTOR_]" set_primary_key "sequence" end Everything works fine. I can retrieve records without issue. However, when create a new
2006 Mar 25
5
Unit test fails on different line the second time it''s run
I''ve got a very peculiar problem with unit tests. First, I clone my development database with "rake clone_structure_to_test", then I run my test with "ruby investment_product_score_override_test.rb". It fails on line 68. Then, every test run after this, fails consistently on line 34. How is this possible? I don''t use fixtures and I don''t use
2006 Mar 25
3
Rails and Lighttpd, hangs?
I know this is kind of a generic question. But, when hitting my lighttpd/rails site on some of the first hits, the site hangs. I think it has something with the lighttpd configuration, possibly something I am missing with rails or ruby? Any ideas or how to track this down. fastcgi.server = ( ".fcgi" => ( "0.0.0.0" => ( "socket" =>
2006 Mar 25
5
compiling Zaptel-1.2.4 on CentOS 4.3
...9-34.EL-i686' make: *** [linux26] Error 2 -- Regards, Mark Quitoriano, CCNA Fan the flame... http://www.spreadfirefox.com/?q=user/register&r=19441 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060325/2684c56a/attachment.htm
2006 Mar 25
5
compiling Zaptel-1.2.4 on CentOS 4.3
...9-34.EL-i686' make: *** [linux26] Error 2 -- Regards, Mark Quitoriano, CCNA Fan the flame... http://www.spreadfirefox.com/?q=user/register&r=19441 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060325/2684c56a/attachment.htm
2006 Mar 24
2
re: fishsound decoded callback
...ed out. Maybe the documentation should be updated to let users know that the library is, uh, not exactly functional. It could save them the week I just lost. Cameron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20060325/208471ad/attachment.htm
2006 Mar 23
2
Ruby and RoR Book Roundup
Hello, I''m a big bookworm, so I decided to round up all the upcoming Ruby books in the market in one big blog post. At my count, there are _sixteen_ books to be released (in print) for the upcoming year, with some available in pdf form right now. Here''s the list: http://www.robsanheim.com/2006/03/23/ruby-and-ruby-on-rails-book-roundup/ Hope its helpful for fellow book nerds
2006 Mar 25
0
Oracle driver doesn''t support expressions for default date values
...d TO_DATE default values? Evaling these values probably won''t work because that needs to be done at the time of record insertion however. Thanks Hammed -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060325/882f4f18/attachment.html
2006 Mar 25
2
Current controller
Hello railists, I have a list of news headers on my index page. I would like to hide this list if current controller is ''news''. I put to main/index.rhtml "<% unless @controller == "news" %> list here news headers <% end %> . This doesn''t work. So, the question is how to get current controller name in template ? Thank You! -- Posted via
2006 Mar 25
0
Re: Rails Digest, Vol 18, Issue 654
...ghliting is really bad > its also a pain to set up other doucment types such as .yml data config. > > > -- > Posted via http://www.ruby-forum.com/. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060325/d38f8f6d/attachment.html
2006 Mar 25
2
where is the root?
reading through Agile Web Development with Rails, i am almost completely through with the chapters explaining the depot shopping cart application. everything has worked fine except for one thing, i still have to go to http://localhost:3000/store to get to the first page. if someone just goes to http://localhost:3000/ it will still show the welcome page for Ruby on Rails. what if i want some
2006 Mar 25
1
Prototype Window Class v0.5
Hi, I have developed a Window class in Javascript based on prototype library. It allows you to have resizable window in your web page. You can change easily the look and feel and use script.aculo.us effects to show and hide windows. Download, documentation and samples are here: http:// blogus.xilinus.com/pages/javawin Feel free to use it. Thanks Seb
2006 Mar 25
1
routes mapping, subdomains and page-caching
...age-cacheble URLs as defined in routes.rb) ?? Or does there exist a better way to achive that, without additional URL rewriting at webserver ? -- Roberto Saccon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060325/d50fdca4/attachment.html