Re: NOTICE: Updating Bundler this week

2010-08-03 Thread Oren Teich
We've delayed the update till tomorrow due to platform issues today.
http://status.heroku.com

Oren

On Tue, Aug 3, 2010 at 5:29 PM, Solly  wrote:

> Hi -
> How is the upgrade going?  Not to pester, but Heroku's Bundler still
> appears to be the old version.  Even in CA, it is past mid-day.  Are
> you having some problems?  I don't mean to push; I am just eager to
> push an updated version of my app to Heroku, as I have done some major
> revisions during the past few days.
>
> Best Regards,
> Solly Ross
>
> P.S. I understand that upgrades can easily turn nasty -- I'm just
> interested in a status update ;-)
>
> On Aug 2, 12:33 am, Adrian Cuadros  wrote:
> > Great,
> >
> > Have been waiting a few days for this. Thanks :)
> >
> > On 1 ago, 20:29, Oren Teich  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > > will continue to run unaffected.  Before you push an update, please
> > > double check that your app works correctly with the latest version of
> Bundler.
> >
> > > Some things to note:
> >
> > >  * Adding an add-on or a config var will recompile your application.
> > >This can crash your application if you haven't tested it.
> > >Please test against Bundler 1.0.0RC2 before modifying your
> application.
> > >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> > >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> > >Bundler, and have pinned the version.  Bundler can't bundle an older
> > >version of itself.
> >
> > > We will roll the update out mid-day Tuesday August 3rd.
> >
> > > Oren
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: NOTICE: Updating Bundler this week

2010-08-03 Thread Solly
Hi -
How is the upgrade going?  Not to pester, but Heroku's Bundler still
appears to be the old version.  Even in CA, it is past mid-day.  Are
you having some problems?  I don't mean to push; I am just eager to
push an updated version of my app to Heroku, as I have done some major
revisions during the past few days.

Best Regards,
Solly Ross

P.S. I understand that upgrades can easily turn nasty -- I'm just
interested in a status update ;-)

On Aug 2, 12:33 am, Adrian Cuadros  wrote:
> Great,
>
> Have been waiting a few days for this. Thanks :)
>
> On 1 ago, 20:29, Oren Teich  wrote:
>
>
>
>
>
>
>
> > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > will continue to run unaffected.  Before you push an update, please
> > double check that your app works correctly with the latest version of 
> > Bundler.
>
> > Some things to note:
>
> >  * Adding an add-on or a config var will recompile your application.
> >    This can crash your application if you haven't tested it.
> >    Please test against Bundler 1.0.0RC2 before modifying your application.
> >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> >    Bundler, and have pinned the version.  Bundler can't bundle an older
> >    version of itself.
>
> > We will roll the update out mid-day Tuesday August 3rd.
>
> > Oren

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Compiling Less stylesheets

2010-08-03 Thread Daniel Kehoe
I'd suggest using Less.js. I've used it with Heroku and I'm pleased.

LESS has now been re-implemented in JavaScript. What this means is you
no longer need Ruby, ASP or PHP (or access to the file system) to use
LESS, you just need a browser. Less.js is a JavaScript implementation
of LESS that’s run by your web browser.

See
http://fadeyev.net/2010/06/19/lessjs-will-obsolete-css/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Compiling Less stylesheets

2010-08-03 Thread Julio Cesar Ody
If they get served as regular stylesheets, this *might* solve the problem

http://github.com/juliocesar/rack-bundle

Yeah, shameless plug, but I'm keen on finding out. Make sure you use
database storage for Heroku.


On Wed, Aug 4, 2010 at 7:18 AM, Matthew A. Brown  wrote:
> Hi all,
>
> Like SASS, Less (http://lesscss.org/) compiles CSS stylesheets from
> higher-level source documents. Given Heroku's read-only filesystem,
> the normal approach of compiling your stylesheets in public/ isn't an
> option. I came across the Hassle library
> (http://github.com/pedro/hassle), which takes care of this problem for
> SASS by compiling to tmp/ and then serving stylesheets from that
> directory using a Rack static middleware. Great idea! Just wondering
> if anyone is aware of anything similar for Less, or whether it'd be
> worth either hand-rolling a similar solution (it's pretty simple) or
> contributing Less support back to Hassle.
>
> Thanks!
> Mat
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Heroku" group.
> To post to this group, send email to her...@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.
>
>



-- 
http://crazyhollywood.org

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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.



Compiling Less stylesheets

2010-08-03 Thread Matthew A. Brown
Hi all,

Like SASS, Less (http://lesscss.org/) compiles CSS stylesheets from
higher-level source documents. Given Heroku's read-only filesystem,
the normal approach of compiling your stylesheets in public/ isn't an
option. I came across the Hassle library
(http://github.com/pedro/hassle), which takes care of this problem for
SASS by compiling to tmp/ and then serving stylesheets from that
directory using a Rack static middleware. Great idea! Just wondering
if anyone is aware of anything similar for Less, or whether it'd be
worth either hand-rolling a similar solution (it's pretty simple) or
contributing Less support back to Hassle.

Thanks!
Mat

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Force https?

2010-08-03 Thread Josh Coffman
I did the same thing, except I hacked ssl_requirement a little to make it
behave the way I wanted.


On Tue, Aug 3, 2010 at 7:59 AM, Jesse  wrote:

> I guess you would say this is the 'manual' way to do it :)
>
> I use ssl_requirement gem
>
> .gems file specifies ssl_requirement
>
> in app/controllers/application.rb (still on rails 2.2.2)
>
> ...
> require 'ssl_requirement'
>
> class ApplicationController < ActionController::Base
>  helper :all # include all helpers, all the time
>  # force ssl for all requests in production and staging
>  include SslRequirement unless (Rails.env.development? or
> Rails.env.test?)
>  ...
>
> in any controllers that do not need ssl override the ssl_required?
> method
>
> def ssl_required?
>  return false
> end
>
>
> On Jul 30, 1:52 pm, Phil  wrote:
> > Does anyone know how I can force all connections to myapp.heroku.com
> > to run over https instead of http?  I think there are ways to
> > configure this manually, but I'm wondering if it's possible with
> > Heroku.  I have the ssl connection enabled for my app, but I want to
> > make sure people typing inhttp://myapp.heroku.comget redirected to
> > https.
> >
> > Thanks,
> > Phil
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Custom Error Pages

2010-08-03 Thread Adrian Cuadros
We definitely require something like this,

Right now it is very hard dealing with errors. We understand that you
guys are trying to keep as up to date as possible and deeply
appreciate that. But it is a production platform and a custom error
message is the least we can offer our clients when something in heroku
is failing.

On Jul 26, 11:20 pm, daniel hoey  wrote:
> Is there anyway to use our ownerrorpages instead of the Heroku
> ones?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Force https?

2010-08-03 Thread Jesse
I guess you would say this is the 'manual' way to do it :)

I use ssl_requirement gem

.gems file specifies ssl_requirement

in app/controllers/application.rb (still on rails 2.2.2)

...
require 'ssl_requirement'

class ApplicationController < ActionController::Base
  helper :all # include all helpers, all the time
  # force ssl for all requests in production and staging
  include SslRequirement unless (Rails.env.development? or
Rails.env.test?)
  ...

in any controllers that do not need ssl override the ssl_required?
method

def ssl_required?
  return false
end


On Jul 30, 1:52 pm, Phil  wrote:
> Does anyone know how I can force all connections to myapp.heroku.com
> to run over https instead of http?  I think there are ways to
> configure this manually, but I'm wondering if it's possible with
> Heroku.  I have the ssl connection enabled for my app, but I want to
> make sure people typing inhttp://myapp.heroku.comget redirected to
> https.
>
> Thanks,
> Phil

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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.