Andrew Kalek

Results 14 issues of Andrew Kalek

Hey, I'm unable to figure out if angular-activerecord supports nested attributes. I had to use `$http` to work around the issue but was hoping that either there is a feature...

I have a situation where I want to be about to have text input that looks like this: ``` I believe @andrew likes cars more then toys, while @jill33 wants...

feature request

I have a modal that I'm loading a form, that form has a "Edit" mode and in edit mode you can delete the item. Here is *Chrome* preforming the expected...

Hey, I like what I see here, but don't know how to apply it into a workflow I want to build. Any chance you have a demo workflow using this...

I've tried to use Alize in polymorphic association, but I'm unable to get it to actually work, I always get my {class}_fields to equal {}.

I'm trying to cache a URL for an image of my `product` in my `project_products` model So I'm trying something like this: ``` ruby class ProjectProduct include Mongoid::Document include Mongoid::Timestamps...

I'm thinking if I had `users` and `logs` documents and I wanted to denormalize a summary of the logs for a given user but limit it to only 1000 logs,...

I'm really looking forward to seeing how this project evolves however, since yesterday the version jumped from 1.3 to 1.8 but there is no way for me to see what...

### Describe the problem I'm a sublime text user, and sublime allows me to specify `subl path/to/folder/` and it will open a sublime editor with the folder as the working...

enhancement

With the following config: ```ruby InfluxDB::Rails.configure do |config| config.client.hosts = ['localhost'] config.client.port = 8086 config.client.username = 'root' config.client.password = 'pa$$word' config.client.auth_method = 'basic_auth' ``` When my app loads, I get...

enhancement
help wanted