Steve
Steve
I'm trying to access cookies that are set by my application in some js, but envjs does not seem to be aware of them. I checked the cookies on both...
The dirty tracking API could be made much more useful with some additional methods being provided. Taking from Sequel: `#column_changes` `{name: ['old', 'new']}` `#initial_value(column)` `'old'` `#initial_values` `{name: 'old', amount: 0}`...
I'm experiencing incorrect indentation when a custom element does not contain a hyphen. It is nesting the child content even with the tag. ```html | | | | | ```...
We've been using wal-e since august 2016, but for some reason around mid-April wal-e stopped cleaning up the `/tmp/tmp*` files that it creates. The files are 200-900MB in size, and...
There are currently contracts for operations to ensure that the data coming in is correct. It would also be nice to have functionality for output contracts. At its most basic...
@apotonick wanted to get your thoughts on how you would handle this. I have a not simple transaction form that has custom saving of some its line items at the...
I installed the plugin using pathogen. It didn't seem to use the `ftdetect` script, so I manually placed the command in my `.vimrc`, and then syntax highlighting started to work....
As per @apotonick's request in #410 here is a PR to start the conversation about changes to Reform. A couple things I noticed as I went through this. - `#failure?`...
I have a branch where I am implementing automatic setting of the endDate if the endDate is blank. In conjunction with issue #19 I was thinking I could add an...
This is a real quick change that adds an initializer in the plugin to include SexyPgConstraints after ActiveRecord loads. I didn't check against rails 2.x, but this probably breaks it.