Ramon Tayag

Results 16 issues of Ramon Tayag

I've been stuck trying to get Rack::Cache to use Rack::Sendfile without any luck. I've sent a message to the mailing list but it seems that there's no activity there. The...

I'd like to keep a button depressed - how can you do that? For example: an on/off button

I get a very similar issue you can find here http://groups.google.com/group/paperclip-plugin/browse_thread/thread/9d1e4084ccbb6d7f/3aad5cb98aafe140: When I run rake backup_fu I get: "incompatible Net::HTTP monkey-path" It dumps the sql into the backup folder, but...

We use [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) and noticed that at one point, jobs stop being enqueued. We already use this gem to see if jobs stop running, and thought that we could use...

enhancement

We use LightService as intended: to do pretty complex processes. Many of the actions may fail, and we would like to return more information to the thing that executed the...

I tried making a blueprint for a has one association (where User has_one Profile: ``` User.blueprint(:with_profile) do profile # I also tried profile(1) end Profile.blueprint do user end ``` But...

I'm using Kubernetes, and mounted a volume on `/etc`, which contains `Caddyfile`. DNS wasn't working as expected, and it's because I overwrote `/etc/resolv.conf`. It's a minor thing but perhaps suggesting...

In a Rails view, I have: ``` haml = cell(Deposits::Cell::New, @form).() ``` `deposits/view/new` calls `= cell(Deposits::Cell::Formula, @form)` to render a view that calls `simple_form_for`. It works fine. I wanted to...

Just like #319 (which is supposedly fixed), I'm getting `ENAMETOOLONG: name too long` ``` yarn add pipedrive --latest yarn add v1.22.1 [1/5] Validating package.json... [2/5] Resolving packages... warning Resolution field...

- [x] Requires https://github.com/mbulat/plutus/pull/65 This is a breaking change. See notes in `CHANGELOG.md`.