PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.ruby > [ANN] Rucola 0.0.1 released.
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
[ANN] Rucola 0.0.1 released.

Réponse
 
LinkBack Outils de la discussion
Vieux 04/11/2007, 15h12   #1
eloy.de.enige@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut [ANN] Rucola 0.0.1 released.

Hello,

Yesterday we released the first alpha version of rucola:
http://rucola.rubyforge.org/

For a screencast (showed at RubyConf by Dr Nic) using the rucola
command see this post:
http://www.superalloy.nl/blog/2007/1...ation-builder/

Cheers,
Eloy Duran & Justin Palmer

================================================== ======================
A Framework for building Cocoa applications in Ruby

Rucola is a light weight framework that s you write RubyCocoa apps.
It allows you to build, test, and deploy applications using rake
commands,
eliminating the need to use XCode, however you can use XCode if you
wish.

Rucola provides a set of generators to you generate controllers,
window controllers,
and document-based applications. It also provides APIs for simplifying
some of Objective-C’s
ways of doing things.
  Réponse avec citation
Vieux 04/11/2007, 18h18   #2
dangerwillrobinsondanger@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] Rucola 0.0.1 released.

Excellent beginning!
I was just thinking about such things on the toilet this morning (of
course, where else?).
With RubyCocoa now officially bundled in OS X, it is only a matter of
months before this kind of thing explodes.
I was thinking about:

Using ActiveRecord, and potentially some sort of Rails-like
framework. But for OS X development, there is no reason to install
MySQL, rather, just use SQLite, since it too is bundled and is
commonly used by Mac applications.

Using WebKit as a super-lazy, "no need to learn Cocoa" approach to
building an app.

Even for developing Dashboard Widgets... a Ruby solution would be nice.


On Nov 4, 2007, at 9:12 AM, Eloy Duran wrote:

> Hello,
>
> Yesterday we released the first alpha version of rucola:
> http://rucola.rubyforge.org/
>
> For a screencast (showed at RubyConf by Dr Nic) using the rucola
> command see this post:
> http://www.superalloy.nl/blog/2007/1...a-a-rubycocoa-
> application-builder/
>
> Cheers,
> Eloy Duran & Justin Palmer
>
> ================================================== ====================
> ==
> A Framework for building Cocoa applications in Ruby
>
> Rucola is a light weight framework that s you write RubyCocoa
> apps.
> It allows you to build, test, and deploy applications using rake
> commands,
> eliminating the need to use XCode, however you can use XCode if you
> wish.
>
> Rucola provides a set of generators to you generate
> controllers, window controllers,
> and document-based applications. It also provides APIs for
> simplifying some of Objective-C’s
> ways of doing things.



  Réponse avec citation
Vieux 04/11/2007, 18h33   #3
eloy.de.enige@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] Rucola 0.0.1 released.

Hi John,

There is also already some code in RubyCocoa that allows you to use
ActiveRecord (with for instance SQLite) in combination with Cocoa
bindings.

http://rubycocoa.sourceforge.net/ActiveRecordSupport

It doesn't support everything (yet) of course, but it's a good basis
for such glue code.
And bindings will make you happy.... generally

Actually I think that the "no need to learn" cocoa is not gonna happen.
But it will also not be such a problem with projects like Rucola I
think,
because you get up and running in way which is generally known to ruby
devs.
Instead of (the pain of) learning xcode etc.

Once you get past that you will see that cocoa is a very nice
environment to work in.
And Interface Builder rocks!

Cheers,
Eloy

PS: I thought everybody did their coding exclusively on the toilet?

On 4 nov 2007, at 19:18, John Joyce wrote:

> Excellent beginning!
> I was just thinking about such things on the toilet this morning (of
> course, where else?).
> With RubyCocoa now officially bundled in OS X, it is only a matter
> of months before this kind of thing explodes.
> I was thinking about:
>
> Using ActiveRecord, and potentially some sort of Rails-like
> framework. But for OS X development, there is no reason to install
> MySQL, rather, just use SQLite, since it too is bundled and is
> commonly used by Mac applications.
>
> Using WebKit as a super-lazy, "no need to learn Cocoa" approach to
> building an app.
>
> Even for developing Dashboard Widgets... a Ruby solution would be
> nice.
>
>
> On Nov 4, 2007, at 9:12 AM, Eloy Duran wrote:
>
>> Hello,
>>
>> Yesterday we released the first alpha version of rucola:
>> http://rucola.rubyforge.org/
>>
>> For a screencast (showed at RubyConf by Dr Nic) using the rucola
>> command see this post:
>> http://www.superalloy.nl/blog/2007/1...ation-builder/
>>
>> Cheers,
>> Eloy Duran & Justin Palmer
>>
>> =
>> =
>> =
>> ================================================== ===================
>> A Framework for building Cocoa applications in Ruby
>>
>> Rucola is a light weight framework that s you write RubyCocoa
>> apps.
>> It allows you to build, test, and deploy applications using rake
>> commands,
>> eliminating the need to use XCode, however you can use XCode if you
>> wish.
>>
>> Rucola provides a set of generators to you generate
>> controllers, window controllers,
>> and document-based applications. It also provides APIs for
>> simplifying some of Objective-C’s
>> ways of doing things.

>
>



  Réponse avec citation
Vieux 05/11/2007, 01h47   #4
dangerwillrobinsondanger@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] Rucola 0.0.1 released.

I've been working through some books on Cocoa lately to be a little
prepared.
It's just that Cocoa is such a HUGE framework, and so much of the
framework was written long ago and it shows with some of the naming
schemes and concept names. Learning Ruby and Rails actually makes
Cocoa much easier to swallow I think.
So whenever I get the spare cash to get a new Mac, I'll be monkeying
with RubyCocoa (and maybe Rucola).
This iBook G4 can probably run Leopard, but I already have so much
set up on here that I need to keep it as is until something new is
set up to take its place.
On Nov 4, 2007, at 12:33 PM, Eloy Duran wrote:

> Hi John,
>
> There is also already some code in RubyCocoa that allows you to use
> ActiveRecord (with for instance SQLite) in combination with Cocoa
> bindings.
>
> http://rubycocoa.sourceforge.net/ActiveRecordSupport
>
> It doesn't support everything (yet) of course, but it's a good
> basis for such glue code.
> And bindings will make you happy.... generally
>
> Actually I think that the "no need to learn" cocoa is not gonna
> happen.
> But it will also not be such a problem with projects like Rucola I
> think,
> because you get up and running in way which is generally known to
> ruby devs.
> Instead of (the pain of) learning xcode etc.
>
> Once you get past that you will see that cocoa is a very nice
> environment to work in.
> And Interface Builder rocks!
>
> Cheers,
> Eloy
>
> PS: I thought everybody did their coding exclusively on the toilet?
>
> On 4 nov 2007, at 19:18, John Joyce wrote:
>
>> Excellent beginning!
>> I was just thinking about such things on the toilet this morning
>> (of course, where else?).
>> With RubyCocoa now officially bundled in OS X, it is only a matter
>> of months before this kind of thing explodes.
>> I was thinking about:
>>
>> Using ActiveRecord, and potentially some sort of Rails-like
>> framework. But for OS X development, there is no reason to install
>> MySQL, rather, just use SQLite, since it too is bundled and is
>> commonly used by Mac applications.
>>
>> Using WebKit as a super-lazy, "no need to learn Cocoa" approach to
>> building an app.
>>
>> Even for developing Dashboard Widgets... a Ruby solution would be
>> nice.
>>
>>
>> On Nov 4, 2007, at 9:12 AM, Eloy Duran wrote:
>>
>>> Hello,
>>>
>>> Yesterday we released the first alpha version of rucola:
>>> http://rucola.rubyforge.org/
>>>
>>> For a screencast (showed at RubyConf by Dr Nic) using the rucola
>>> command see this post:
>>> http://www.superalloy.nl/blog/2007/1...a-a-rubycocoa-
>>> application-builder/
>>>
>>> Cheers,
>>> Eloy Duran & Justin Palmer
>>>
>>> ================================================== ==================
>>> ====
>>> A Framework for building Cocoa applications in Ruby
>>>
>>> Rucola is a light weight framework that s you write RubyCocoa
>>> apps.
>>> It allows you to build, test, and deploy applications using rake
>>> commands,
>>> eliminating the need to use XCode, however you can use XCode if
>>> you wish.
>>>
>>> Rucola provides a set of generators to you generate
>>> controllers, window controllers,
>>> and document-based applications. It also provides APIs for
>>> simplifying some of Objective-C’s
>>> ways of doing things.

>>
>>

>
>



  Réponse avec citation
Vieux 05/11/2007, 08h49   #5
eloy.de.enige@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] Rucola 0.0.1 released.

Just to be clear, you don't need Leopard to play with RubyCocoa.
It will just as happily work on Tiger. Although with less framework
support than
Leopard, it's still very usable foor the majority of the applications.
You could even run it on Panther with some extra work.

Eloy

On 5 nov 2007, at 02:47, John Joyce wrote:

> I've been working through some books on Cocoa lately to be a little
> prepared.
> It's just that Cocoa is such a HUGE framework, and so much of the
> framework was written long ago and it shows with some of the naming
> schemes and concept names. Learning Ruby and Rails actually makes
> Cocoa much easier to swallow I think.
> So whenever I get the spare cash to get a new Mac, I'll be monkeying
> with RubyCocoa (and maybe Rucola).
> This iBook G4 can probably run Leopard, but I already have so much
> set up on here that I need to keep it as is until something new is
> set up to take its place.
> On Nov 4, 2007, at 12:33 PM, Eloy Duran wrote:
>
>> Hi John,
>>
>> There is also already some code in RubyCocoa that allows you to use
>> ActiveRecord (with for instance SQLite) in combination with Cocoa
>> bindings.
>>
>> http://rubycocoa.sourceforge.net/ActiveRecordSupport
>>
>> It doesn't support everything (yet) of course, but it's a good
>> basis for such glue code.
>> And bindings will make you happy.... generally
>>
>> Actually I think that the "no need to learn" cocoa is not gonna
>> happen.
>> But it will also not be such a problem with projects like Rucola I
>> think,
>> because you get up and running in way which is generally known to
>> ruby devs.
>> Instead of (the pain of) learning xcode etc.
>>
>> Once you get past that you will see that cocoa is a very nice
>> environment to work in.
>> And Interface Builder rocks!
>>
>> Cheers,
>> Eloy
>>
>> PS: I thought everybody did their coding exclusively on the
>> toilet?
>>
>> On 4 nov 2007, at 19:18, John Joyce wrote:
>>
>>> Excellent beginning!
>>> I was just thinking about such things on the toilet this morning
>>> (of course, where else?).
>>> With RubyCocoa now officially bundled in OS X, it is only a matter
>>> of months before this kind of thing explodes.
>>> I was thinking about:
>>>
>>> Using ActiveRecord, and potentially some sort of Rails-like
>>> framework. But for OS X development, there is no reason to install
>>> MySQL, rather, just use SQLite, since it too is bundled and is
>>> commonly used by Mac applications.
>>>
>>> Using WebKit as a super-lazy, "no need to learn Cocoa" approach to
>>> building an app.
>>>
>>> Even for developing Dashboard Widgets... a Ruby solution would be
>>> nice.
>>>
>>>
>>> On Nov 4, 2007, at 9:12 AM, Eloy Duran wrote:
>>>
>>>> Hello,
>>>>
>>>> Yesterday we released the first alpha version of rucola:
>>>> http://rucola.rubyforge.org/
>>>>
>>>> For a screencast (showed at RubyConf by Dr Nic) using the rucola
>>>> command see this post:
>>>> http://www.superalloy.nl/blog/2007/1...ation-builder/
>>>>
>>>> Cheers,
>>>> Eloy Duran & Justin Palmer
>>>>
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> ================================================== =================
>>>> A Framework for building Cocoa applications in Ruby
>>>>
>>>> Rucola is a light weight framework that s you write RubyCocoa
>>>> apps.
>>>> It allows you to build, test, and deploy applications using rake
>>>> commands,
>>>> eliminating the need to use XCode, however you can use XCode if
>>>> you wish.
>>>>
>>>> Rucola provides a set of generators to you generate
>>>> controllers,



  Réponse avec citation
Vieux 05/11/2007, 11h45   #6
dangerwillrobinsondanger@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] Rucola 0.0.1 released.

I remember it being introduced or at least getting a little hype back
in the Panther days. That's the first time I heard of Ruby.
I'm kind of waiting though, I'm very curious to see what Xcode 3 will
do for me. It's really tough to imagine doing Ruby in anything other
than TextMate now. TM spoiled me...
On Nov 5, 2007, at 2:49 AM, Eloy Duran wrote:

> Just to be clear, you don't need Leopard to play with RubyCocoa.
> It will just as happily work on Tiger. Although with less framework
> support than
> Leopard, it's still very usable foor the majority of the applications.
> You could even run it on Panther with some extra work.
>
> Eloy
>
> On 5 nov 2007, at 02:47, John Joyce wrote:
>
>> I've been working through some books on Cocoa lately to be a
>> little prepared.
>> It's just that Cocoa is such a HUGE framework, and so much of the
>> framework was written long ago and it shows with some of the
>> naming schemes and concept names. Learning Ruby and Rails actually
>> makes Cocoa much easier to swallow I think.
>> So whenever I get the spare cash to get a new Mac, I'll be
>> monkeying with RubyCocoa (and maybe Rucola).
>> This iBook G4 can probably run Leopard, but I already have so much
>> set up on here that I need to keep it as is until something new is
>> set up to take its place.
>> On Nov 4, 2007, at 12:33 PM, Eloy Duran wrote:
>>
>>> Hi John,
>>>
>>> There is also already some code in RubyCocoa that allows you to use
>>> ActiveRecord (with for instance SQLite) in combination with Cocoa
>>> bindings.
>>>
>>> http://rubycocoa.sourceforge.net/ActiveRecordSupport
>>>
>>> It doesn't support everything (yet) of course, but it's a good
>>> basis for such glue code.
>>> And bindings will make you happy.... generally
>>>
>>> Actually I think that the "no need to learn" cocoa is not gonna
>>> happen.
>>> But it will also not be such a problem with projects like Rucola
>>> I think,
>>> because you get up and running in way which is generally known to
>>> ruby devs.
>>> Instead of (the pain of) learning xcode etc.
>>>
>>> Once you get past that you will see that cocoa is a very nice
>>> environment to work in.
>>> And Interface Builder rocks!
>>>
>>> Cheers,
>>> Eloy
>>>
>>> PS: I thought everybody did their coding exclusively on the
>>> toilet?
>>>
>>> On 4 nov 2007, at 19:18, John Joyce wrote:
>>>
>>>> Excellent beginning!
>>>> I was just thinking about such things on the toilet this morning
>>>> (of course, where else?).
>>>> With RubyCocoa now officially bundled in OS X, it is only a
>>>> matter of months before this kind of thing explodes.
>>>> I was thinking about:
>>>>
>>>> Using ActiveRecord, and potentially some sort of Rails-like
>>>> framework. But for OS X development, there is no reason to
>>>> install MySQL, rather, just use SQLite, since it too is bundled
>>>> and is commonly used by Mac applications.
>>>>
>>>> Using WebKit as a super-lazy, "no need to learn Cocoa" approach
>>>> to building an app.
>>>>
>>>> Even for developing Dashboard Widgets... a Ruby solution would
>>>> be nice.
>>>>
>>>>
>>>> On Nov 4, 2007, at 9:12 AM, Eloy Duran wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> Yesterday we released the first alpha version of rucola:
>>>>> http://rucola.rubyforge.org/
>>>>>
>>>>> For a screencast (showed at RubyConf by Dr Nic) using the
>>>>> rucola command see this post:
>>>>> http://www.superalloy.nl/blog/2007/1...a-a-rubycocoa-
>>>>> application-builder/
>>>>>
>>>>> Cheers,
>>>>> Eloy Duran & Justin Palmer
>>>>>
>>>>> ================================================== ================
>>>>> ======
>>>>> A Framework for building Cocoa applications in Ruby
>>>>>
>>>>> Rucola is a light weight framework that s you write
>>>>> RubyCocoa apps.
>>>>> It allows you to build, test, and deploy applications using
>>>>> rake commands,
>>>>> eliminating the need to use XCode, however you can use XCode if
>>>>> you wish.
>>>>>
>>>>> Rucola provides a set of generators to you generate
>>>>> controllers,

>
>



  Réponse avec citation
Vieux 05/11/2007, 12h08   #7
eloy.de.enige@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] Rucola 0.0.1 released.

I use TextMate exclusively with my RubyCocoa projects.
There's no added benefit for me of working with Xcode.
Of course I sometimes need to use it to tweak app settings, but that's
about it.

Eloy

On 5 nov 2007, at 12:45, John Joyce wrote:

> I remember it being introduced or at least getting a little hype
> back in the Panther days. That's the first time I heard of Ruby.
> I'm kind of waiting though, I'm very curious to see what Xcode 3
> will do for me. It's really tough to imagine doing Ruby in anything
> other than TextMate now. TM spoiled me...
> On Nov 5, 2007, at 2:49 AM, Eloy Duran wrote:
>
>> Just to be clear, you don't need Leopard to play with RubyCocoa.
>> It will just as happily work on Tiger. Although with less framework
>> support than
>> Leopard, it's still very usable foor the majority of the
>> applications.
>> You could even run it on Panther with some extra work.
>>
>> Eloy
>>
>> On 5 nov 2007, at 02:47, John Joyce wrote:
>>
>>> I've been working through some books on Cocoa lately to be a
>>> little prepared.
>>> It's just that Cocoa is such a HUGE framework, and so much of the
>>> framework was written long ago and it shows with some of the
>>> naming schemes and concept names. Learning Ruby and Rails actually
>>> makes Cocoa much easier to swallow I think.
>>> So whenever I get the spare cash to get a new Mac, I'll be
>>> monkeying with RubyCocoa (and maybe Rucola).
>>> This iBook G4 can probably run Leopard, but I already have so much
>>> set up on here that I need to keep it as is until something new is
>>> set up to take its place.
>>> On Nov 4, 2007, at 12:33 PM, Eloy Duran wrote:
>>>
>>>> Hi John,
>>>>
>>>> There is also already some code in RubyCocoa that allows you to use
>>>> ActiveRecord (with for instance SQLite) in combination with Cocoa
>>>> bindings.
>>>>
>>>> http://rubycocoa.sourceforge.net/ActiveRecordSupport
>>>>
>>>> It doesn't support everything (yet) of course, but it's a good
>>>> basis for such glue code.
>>>> And bindings will make you happy.... generally
>>>>
>>>> Actually I think that the "no need to learn" cocoa is not gonna
>>>> happen.
>>>> But it will also not be such a problem with projects like Rucola
>>>> I think,
>>>> because you get up and running in way which is generally known to
>>>> ruby devs.
>>>> Instead of (the pain of) learning xcode etc.
>>>>
>>>> Once you get past that you will see that cocoa is a very nice
>>>> environment to work in.
>>>> And Interface Builder rocks!
>>>>
>>>> Cheers,
>>>> Eloy
>>>>
>>>> PS: I thought everybody did their coding exclusively on the
>>>> toilet?
>>>>
>>>> On 4 nov 2007, at 19:18, John Joyce wrote:
>>>>
>>>>> Excellent beginning!
>>>>> I was just thinking about such things on the toilet this morning
>>>>> (of course, where else?).
>>>>> With RubyCocoa now officially bundled in OS X, it is only a
>>>>> matter of months before this kind of thing explodes.
>>>>> I was thinking about:
>>>>>
>>>>> Using ActiveRecord, and potentially some sort of Rails-like
>>>>> framework. But for OS X development, there is no reason to
>>>>> install MySQL, rather, just use SQLite, since it too is bundled
>>>>> and is commonly used by Mac applications.
>>>>>
>>>>> Using WebKit as a super-lazy, "no need to learn Cocoa" approach
>>>>> to building an app.
>>>>>
>>>>> Even for developing Dashboard Widgets... a Ruby solution would
>>>>> be nice.
>>>>>
>>>>>
>>>>> On Nov 4, 2007, at 9:12 AM, Eloy Duran wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> Yesterday we released the first alpha version of rucola:
>>>>>> http://rucola.rubyforge.org/
>>>>>>
>>>>>> For a screencast (showed at RubyConf by Dr Nic) using the
>>>>>> rucola command see this post:
>>>>>> http://www.superalloy.nl/blog/2007/1...ation-builder/
>>>>>>
>>>>>> Cheers,
>>>>>> Eloy Duran & Justin Palmer
>>>>>>
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> ================================================== ===============
>>>>>> A Framework for building Cocoa applications in Ruby
>>>>>>
>>>>>> Rucola is a light weight framework that s you write
>>>>>> RubyCocoa apps.
>>>>>> It allows you to build, test, and deploy applications using
>>>>>> rake commands,
>>>>>> eliminating the need to use XCode, however you can use XCode if
>>>>>> you wish.
>>>>>>
>>>>>> Rucola provides a set of generators to you generate
>>>>>> controllers,

>>
>>

>
>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 06h34.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,28914 seconds with 15 queries