[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Happy New Year Ruby Community!

Pablo Q.

12/31/2008 8:01:00 PM

Happy New Year Ruby Community!

Maybe in some countries it's new year already.
I have almost 2 years being happy with ruby, so happy, and more than a year
reviewing ruby talks, very happy to be rubyist!!!

Happy new year to all!

----
Spanish
----

Feliz a=F1o nuevo comunidad ruby!

Talvez en algunos paises ya es a=F1o nuevo.
Tengo como 2 a=F1os de ser feliz con ruby, muy feliz, y m=E1s de un a=F1o
revisando ruby talks, muy feliz de ser rubycero!

Feliz a=F1o a todos!

--=20
Pablo Q.

7 Answers

Bothari

12/31/2008 8:58:00 PM

0

Hey,

I've been trying to install auto_complete for rails 2.0.2 for two
hours. The most useful message I get is
script/plugin install
http://svn.rubyonrails.org/rails/plugins/aut...
Plugin not found: ["http://svn.rubyonrails.org/rails/plugins/aut..."]

When I go there, it get a very nice "page not found message"

Any clues?
Joe

Nit Khair

1/1/2009 5:25:00 AM

0

Pablo Q. wrote:
> Happy New Year Ruby Community!

Wish you all a great New year!
--
Posted via http://www.ruby-....

John Park

1/1/2009 9:22:00 AM

0

Ruby Rabbit wrote:
> Pablo Q. wrote:
>> Happy New Year Ruby Community!
>
> Wish you all a great New year!

Happy New Year, everyone!

I'm just starting out with Ruby, and learning more is my new year's
resolution. Wish me luck! :)


jcp

--
Posted via http://www.ruby-....

David A. Black

1/1/2009 12:17:00 PM

0

On Thu, 1 Jan 2009, John Park wrote:

> Ruby Rabbit wrote:
>> Pablo Q. wrote:
>>> Happy New Year Ruby Community!
>>
>> Wish you all a great New year!
>
> Happy New Year, everyone!
>
> I'm just starting out with Ruby, and learning more is my new year's
> resolution. Wish me luck! :)

Good luck! You'll enjoy it.

Happy New Year, everybody!


David

--
David A. Black / Ruby Power and Light, LLC
Ruby/Rails consulting & training: http://www.r...
Coming in 2009: The Well-Grounded Rubyist (http://manning....)

http://www.wis... => Independent, social wishlist management!

Nicholas Wieland

1/2/2009 9:32:00 AM

0

Il giorno 01/gen/09, alle ore 13:17, David A. Black ha scritto:

> On Thu, 1 Jan 2009, John Park wrote:
>
>> Ruby Rabbit wrote:
>>> Pablo Q. wrote:
>>>> Happy New Year Ruby Community!
>>>
>>> Wish you all a great New year!
>>
>> Happy New Year, everyone!
>>
>> I'm just starting out with Ruby, and learning more is my new year's
>> resolution. Wish me luck! :)
>
> Good luck! You'll enjoy it.
>
> Happy New Year, everybody!

Happy new year everybody.

ngw


--
http://www....


Pablo Q.

1/2/2009 4:15:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

Thank you very much, now I know that It was due to this specific gem, I just
change to the old version of ruby (the one that come with synaptic in
Ubuntu) and I was able to see all my gems but I still having problems with
this specific gem (net-mdns).

Does somebody knows why 'net-mdns' don't work in linux (ubuntu 8.04)??

~# ruby -v
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]

~# gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.1
- RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
- INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8
- RUBY EXECUTABLE: /usr/bin/ruby1.8
- EXECUTABLE DIRECTORY: /usr/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-linux
- GEM PATHS:
- /usr/lib/ruby/gems/1.8
- /root/.gem/ruby/1.8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://gems.ruby...


~# gem list

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (2.1.0)
....
net-mdns (0.4)
net-scp (1.0.1)
net-sftp (2.0.1)
net-ssh (2.0.4)
net-ssh-gateway (1.0.0)
...
twitter (0.3.7)

~# irb
irb(main):001:0> RUBY_VERSION
=> "1.8.6"
irb(main):002:0> require 'rubygems'
=> true
irb(main):003:0> require 'twitter'
=> true
irb(main):004:0> require 'net-mdns'
MissingSourceFile: no such file to load -- net-mdns
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in
`require'
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in
`new_constants_in'
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in
`require'
from (irb):4
irb(main):005:0>

Thank you


2009/1/2 Nicholas Wieland <nicholas.wieland@gmail.com>

> Il giorno 01/gen/09, alle ore 13:17, David A. Black ha scritto:
>
> On Thu, 1 Jan 2009, John Park wrote:
>>
>> Ruby Rabbit wrote:
>>>
>>>> Pablo Q. wrote:
>>>>
>>>>> Happy New Year Ruby Community!
>>>>>
>>>>
>>>> Wish you all a great New year!
>>>>
>>>
>>> Happy New Year, everyone!
>>>
>>> I'm just starting out with Ruby, and learning more is my new year's
>>> resolution. Wish me luck! :)
>>>
>>
>> Good luck! You'll enjoy it.
>>
>> Happy New Year, everybody!
>>
>
> Happy new year everybody.
>
> ngw
>
>
> --
> http://www....
>
>
>


--
Pablo Q.

Pablo Q.

1/2/2009 4:16:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

wrong post :Dwrong post :D

2009/1/2 Pablo Q. <paqs140482@gmail.com>

> Thank you very much, now I know that It was due to this specific gem, I
> just change to the old version of ruby (the one that come with synaptic in
> Ubuntu) and I was able to see all my gems but I still having problems with
> this specific gem (net-mdns).
>
> Does somebody knows why 'net-mdns' don't work in linux (ubuntu 8.04)??
>
> ~# ruby -v
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
>
> ~# gem env
> RubyGems Environment:
> - RUBYGEMS VERSION: 1.3.1
> - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
> - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8
> - RUBY EXECUTABLE: /usr/bin/ruby1.8
> - EXECUTABLE DIRECTORY: /usr/bin
> - RUBYGEMS PLATFORMS:
> - ruby
> - x86-linux
> - GEM PATHS:
> - /usr/lib/ruby/gems/1.8
> - /root/.gem/ruby/1.8
> - GEM CONFIGURATION:
> - :update_sources => true
> - :verbose => true
> - :benchmark => false
> - :backtrace => false
> - :bulk_threshold => 1000
> - REMOTE SOURCES:
> - http://gems.ruby...
>
>
> ~# gem list
>
> *** LOCAL GEMS ***
>
> abstract (1.0.0)
> actionmailer (2.1.0)
> ....
> net-mdns (0.4)
> net-scp (1.0.1)
> net-sftp (2.0.1)
> net-ssh (2.0.4)
> net-ssh-gateway (1.0.0)
> ...
> twitter (0.3.7)
>
> ~# irb
> irb(main):001:0> RUBY_VERSION
> => "1.8.6"
> irb(main):002:0> require 'rubygems'
> => true
> irb(main):003:0> require 'twitter'
> => true
> irb(main):004:0> require 'net-mdns'
> MissingSourceFile: no such file to load -- net-mdns
> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require'
> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `require'
> from
> /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in
> `require'
> from
> /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in
> `new_constants_in'
> from
> /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in
> `require'
> from (irb):4
> irb(main):005:0>
>
> Thank you
>
>
> 2009/1/2 Nicholas Wieland <nicholas.wieland@gmail.com>
>
> Il giorno 01/gen/09, alle ore 13:17, David A. Black ha scritto:
>>
>> On Thu, 1 Jan 2009, John Park wrote:
>>>
>>> Ruby Rabbit wrote:
>>>>
>>>>> Pablo Q. wrote:
>>>>>
>>>>>> Happy New Year Ruby Community!
>>>>>>
>>>>>
>>>>> Wish you all a great New year!
>>>>>
>>>>
>>>> Happy New Year, everyone!
>>>>
>>>> I'm just starting out with Ruby, and learning more is my new year's
>>>> resolution. Wish me luck! :)
>>>>
>>>
>>> Good luck! You'll enjoy it.
>>>
>>> Happy New Year, everybody!
>>>
>>
>> Happy new year everybody.
>>
>> ngw
>>
>>
>> --
>> http://www....
>>
>>
>>
>
>
> --
> Pablo Q.
>



--
Pablo Q.