angelacode

Results 33 issues of angelacode

I did the equivalent in rails3 of this from the documentation: ``` script/generate session user_session ``` I assume that would become: ``` rails generate session user_session ``` I get the...

This was working fine, but once updating, stopped working: ``` Chronic.time_class = Time.zone ```

I installed the gem using bundler, did a script/generate, and then rake db:migrate. But when I add 'versioned' I get an error on that model: NameError: undefined local variable or...

#### Issue Please explain this issue you're encountering to the best of your ability. #### Reproduction ```ruby [47] pry(#)> e = Event.where.has {(keyword == 'daily_check') & (recurring == 'true') &...

I get the following error: AlsoMigrate error: PGError: ERROR: syntax error at or near "LIKE" LINE 2: LIKE emails; ^ : CREATE TABLE archived_emails LIKE emails; /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract_adapter.rb:221:in `log' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/postgresql_adapter.rb:520:in`execute'

I still get the same error using the following: ``` response = CurbFu.post({ :url => url, :headers => { 'Content-Type' => 'application/json', 'Authorization' => "Bearer #{token}" } }, payload) ```...

My dev environment works fine, but for a different token running in heroku, I get the following error: > #1351 Telegram::Bot::Exceptions::ResponseError: Telegram API has returned the error. (ok: "false", error_code:...

I am getting crashes and looking at the exceptions report see the following: ``` body.trace.extra.chat_id -1001083743137 ``` **It looks like a negative chat_id is generated.** Plus, here's the following output...

I am running the same code using different APIs (one for the dev bot, one for the production bot) on the same hosted infrastructure on Digital Ocean. However, the production...

Hi, I enabled my bots to accept payments ,is this something that is supported with this gem?