Re: Small tutorial about Heroku/Github

2009-06-02 Thread Giorgio Clavelli
Thank you very much Thomas

Giorgio

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: shared partials

2008-07-10 Thread Giorgio Clavelli

Thanks Brent

As usual Rails way to do something is very straightforward (as
compared especially to java)
:)

On Fri, Jul 11, 2008 at 1:31 AM, sbfaulkner [EMAIL PROTECTED] wrote:

 Hi Giorgio

 I you check out the Rails documentation for render (http://
 api.rubyonrails.com/classes/ActionController/Base.html#M000848), in
 the section on Rendering partials, the fifth example shows how to do
 this with a collection. You are not limited to this approach for
 collections and can do this with any render of a partial. For
 example...

 render :partial = 'shared/contact', :object = contact

 Cheers.

 --Brent

 On Jul 9, 9:07 pm, Giorgio Clavelli [EMAIL PROTECTED]
 wrote:
 Hi

 I was wandering how a partial could be made available to other views
 and will appreciate if you can give some hint.

 Thanks
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



shared partials

2008-07-09 Thread Giorgio Clavelli

Hi

I was wandering how a partial could be made available to other views
and will appreciate if you can give some hint.

Thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Apps on Thin, toolbar on Rack

2008-06-19 Thread Giorgio Clavelli

Well done Ricardo!

On Fri, Jun 20, 2008 at 10:21 AM, Adam Wiggins [EMAIL PROTECTED] wrote:

 Ricardo has rewritten the Heroku toolbar, porting it from a Rails
 monkeypatch + Mongrel gemplugin to Rack middleware.  The benefits that
 you guys will see are:

 - All apps are now running on Thin, which gives a bit of a speed boost
 over Mongrel.

 - Toolbar is way faster to load: less static assets, less rendering time.

 - No more heroku_marker problems.  (We removed the rarely-used Inspect
 button; it may return in an updated form in the future.)

 - No prototype.js or other javascript library to load, so no conflicts
 with JQuery or Dojo.

 I'm most excited about the first two points.  Combined with a bunch of
 other optimizations we've done recently (esp. in regards to static
 assets), Heroku apps should be serving substantially faster now than
 they were a few months ago.

 Three cheers for Ricardo! :)

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Many to Many Relationship problem

2008-06-18 Thread Giorgio Clavelli

I'm not an expert and I try a long shot. Have you set the foreign keys
(1 to many to BookCategories from both Book and Categories), when you
created the tables by the migrations?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: New Heroku Gem Released!

2008-06-04 Thread Giorgio Clavelli

Thanks Morten,

A post like this is exactly what I needed to get started with Git on Windows
:)

Giorgio

On Wed, Jun 4, 2008 at 9:40 AM, Morten Bagai [EMAIL PROTECTED] wrote:

 Hello everyone,

 One of the first things Pedro and I have been working on here at
 Heroku is getting the API to work better with Windows, and provide
 the same seamless experience you're used to from Unix/Linux/OS X. As
 a result we have a new  improved client gem available for you with
 the following tweaks:

 == The client now correctly detects the location of the user's home
 directory
 on Windows. This will typically be along the lines of C:\Documents and
 Settings\username.

 == If your ssh key is in a location other than HOME\.ssh, you can now
 specify
 the key path using the optional -k/--key switch. For example: heroku
 upload_authkey -k C:\mykeys\id_rsa.pub. This also works on Unix/
 Linux/OS X,
 of course.

 == When entering your Heroku password on Windows, the entry is now
 masked.

 If you've been waiting to get started with the Heroku client on
 Windows, the
 process is now as simple as:

 1. Follow of one of the many tutorials on how to get Git running on
 Windows.
 There's an excellent one here, which also shows you how to create an
 SSH key
 with the Cygwin tools included with Git for Windows:
 http://github.com/guides/newbies-guide-for-git-on-windows. Steps 1-3
 are all
 you need to care about.

 2. gem install heroku (should say version 0.3).

 3. Fire up the Windows Command Prompt or the included Bash-git and
 type in a
 command such as heroku list.

 Let us know how the new gem works for you, especially if you're on
 Windows.  Post here or email me privately.

 /Morten

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: New Heroku Gem Released!

2008-06-04 Thread Giorgio Clavelli

I surelly will do it
:)

On Thu, Jun 5, 2008 at 9:36 AM, Morten Bagai [EMAIL PROTECTED] wrote:

 Awesome. Please let us know if you run into any issues.

 /Morten

 On Jun 4, 2008, at 1:30 AM, Giorgio Clavelli wrote:


 Thanks Morten,

 A post like this is exactly what I needed to get started with Git
 on Windows
 :)

 Giorgio

 On Wed, Jun 4, 2008 at 9:40 AM, Morten Bagai [EMAIL PROTECTED]
 wrote:

 Hello everyone,

 One of the first things Pedro and I have been working on here at
 Heroku is getting the API to work better with Windows, and provide
 the same seamless experience you're used to from Unix/Linux/OS X. As
 a result we have a new  improved client gem available for you with
 the following tweaks:

 == The client now correctly detects the location of the user's home
 directory
 on Windows. This will typically be along the lines of C:
 \Documents and
 Settings\username.

 == If your ssh key is in a location other than HOME\.ssh, you can now
 specify
 the key path using the optional -k/--key switch. For example: heroku
 upload_authkey -k C:\mykeys\id_rsa.pub. This also works on Unix/
 Linux/OS X,
 of course.

 == When entering your Heroku password on Windows, the entry is now
 masked.

 If you've been waiting to get started with the Heroku client on
 Windows, the
 process is now as simple as:

 1. Follow of one of the many tutorials on how to get Git running on
 Windows.
 There's an excellent one here, which also shows you how to create an
 SSH key
 with the Cygwin tools included with Git for Windows:
 http://github.com/guides/newbies-guide-for-git-on-windows. Steps 1-3
 are all
 you need to care about.

 2. gem install heroku (should say version 0.3).

 3. Fire up the Windows Command Prompt or the included Bash-git and
 type in a
 command such as heroku list.

 Let us know how the new gem works for you, especially if you're on
 Windows.  Post here or email me privately.

 /Morten




 


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Rails Version

2008-05-19 Thread Giorgio Clavelli

New project are all Rails 2 (although not sure right now if it 2.0.2
or another one)
There may be some old project, made with Rails 1.2 still supported,
but they would be an exception.

On Mon, May 19, 2008 at 8:04 PM, DAZ [EMAIL PROTECTED] wrote:

 Hi,

 Which version of Rails is running on Heroku? Is this fixed from when
 the project is created so therefore different for each project or is
 it continually updated centrally, so each project uses the same
 version of rails? I've noticed that the new named_scope methods from
 rails 2.1 don't work, so I guess that that version isn't running on my
 project!

 thanks,

 DAZ
 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Deploying to heroku with git

2008-04-19 Thread Giorgio Clavelli
I'm in the same situation like Andrew and I appreciate too Henry insight.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Is Heroku Going to Work?

2008-04-19 Thread Giorgio Clavelli

Thufir,
While I agree with you that sending HTML or MIME is not proper,
discussing about it, either doing requests, as yours, are better done
off-list.
I'm sure that most of this list members, are not interested to our
reciprocal requests.

On 4/20/08, thufir [EMAIL PROTECTED] wrote:

 On Fri, 11 Apr 2008 07:18:34 +1000, Giorgio Clavelli wrote:

  I completely subscribe Anita's opinion. This stage of Heroku is called
  beta for a reason.

 Giorgo,

 I'm contacting you on-list because this is a list etiquette kind of
 thing.  Don't take it as an attack, I'm merely asking that you not send
 HTML messages to mailing lists -- its a request.

 Generally, HTML or MIME isn't preferred, the following is a general guide:

 What is wrong with sending HTML or MIME messages?

 http://www.expita.com/nomime.html



 this is absolutely an on-list kinda thing, not off-list as it effects
 multiple people.  It's kinda standard for mailing lists; it's just a
 request.



 -Thufir


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---