On Apr 27, 3:52 am, Shane Becker wrote:
> is anyone having success with bundler?
> namely, are your dev only gems *not* compiled into your production slug?
>
> mine are. it's making kittens cry.
Heroku locks bundle with all groups, I think it's even documented
somewhere. I just removed all dev an
Frankly, using the database shouldn't be that hard. Just drop
ActiveRecord or Sequel in there and with a little guidance they can
create and save models with only a little more setup than reading from
flatfiles.
On Apr 25, 3:00 am, Karel Minarik wrote:
> Hi,
>
> I'd like to use Heroku as deploym
I'm considering downgrading from custom IP based SSL to use hostname based
SSL or possibly SNI. Since custom SSL required a unique A record IP address,
will there be any disruption in service if I merely switch the A records
back to the default Heroku IP addresses and downgrade the add-on? Or is a
Hi,
I'd like to use Heroku as deployment demo for a Sinatra app in a
programming class at a university.
The students are from humanities and very basic level. We are writing
simple Wiki like app [http://github.com/stunome/kiwi], the storage
model for pages is simple filesystem (read/write file et
I have received two of those timeout error message in the last 24
errors from my site tmpby.com, which has very low usage.
Brian
On Apr 23, 1:36 pm, Oren Teich wrote:
> Sorry guys, it's been a busy few days here.
>
> We have been making improvements to our infrastructure to address this.
> Hope
Hi all,
I'm a Rails 2 user, and I am trying to set up an app on Heroku using
Rails 3.0.0.beta. Here is the error that I get at http://correctpath.heroku.com
:
App failed to start
Check out the troubleshooting section on our Documentation site.
Original Error
/home/slugs/166340_a634393_ab27/mnt/
Oh and bundler is (0.9.24)
--
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 g
Have my app working on dev lappie on Ruby 1.9.1 and Rails 3.0.0.beta3
(yay!).
The Gemfile for the app is as follows:
source :gemcutter
gem 'rails', '3.0.0.beta3'
gem 'devise', '1.1.rc1'
group :development do
gem 'mysql'
end
group :test do
gem 'rspec'
gem 'rspec-rails'
I am calling heroku db:pull and heroku db:push within custom rake
tasks.
Each rake tasks starts with a confirmation message. In these tasks, I
don't need heroku db:pull and heroku db:push to also post confirmation
messages. Is there an easy way to surpress them?
I checked http://docs.heroku.com a