Brad Grzesiak
Brad Grzesiak
This was the cause of much annoyance and fruitless debugging for me.
Just like `attribute`, this PR allows the dev to specify links as follows: ```ruby link(:download, if: ->(obj, params) { params && params[:signed_url] }) do |obj, params| params[:signed_url] end ```
This kinda conflicts with #12, but that's not merged yet, so..... Why have this? Because I inadvertently specified a protocol of `http://` instead of `ws://`, and everything just silently failed....
The call to ActiveRecord::Base.connection.add_limit_offset! needs an :offset parameter when using rails-mssql-2000-2005-adapter. This is non-standard, as far as the protocol for add_limit_offset! is concerned. Unfortunately, MS SQL Server needs the non-standard...
**This code is currently in-progress and should not be merged** This PR will add [`@font-face` support](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face) for the most commonly used attributes: * `font-family` * `src` * `font-variant` * `font-weight`...
I mean, semantic markup is cool and all, but I think just laying out everything in tables should do the jorb.