activestylus
activestylus
running akephalos --use-htmlunit-snapshot gives me an htmlunit folder in my vendor dir, but nothing else. This is on Rails 3.0.3 + Mac OS 10.6
Rather than littering the js with style, it would be ideal to morph between dom classes. `morpheus.tweenClass(elements, 'old-class', 'new-class');`
For some odd reason I get this intermittent error and certain jobs wont run: Running on Ubuntu. Beanstalkd is running without any issues ```bash [2016-12-14T10:29:10.485032 #25023] ERROR -- : Error...
I like how the tabs can be named and would like the same ability with panes. Is it possible? I tried this but no love: ``` pane "My Title" do...
I'm rolling my own static site generator with Slim and am struggling to pass content to the layout from the page using instance variables or `content_for`. Lifted some code from...
This is the warning I get from W3C' validator: "The type attribute is unnecessary for JavaScript resources" Seems like the type attribute should just be omitted by default to encourage...
When I follow the instructions in the README, my file successfully concatenates other livescript files. It fails to require any js files I include ``` `` //= require vendor/jquery.js ``...
For all serialized keys I have to manually specify the values in all inputs. Somehow Rails form helpers just don't see them unless I put them in there explicitly. Could...
Given the following validator which resides in config/initializers ``` ruby class EmailFormatValidator < ActiveModel::EachValidator def validate_each(object, attribute, value) unless value =~ /^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i object.errors[attribute] :email? do |network| network.validate :address, :email_format =>...
They must have changed the internal API a bit: ``` NoMethodError - undefined method `route' for #: /Users/homebass/.rvm/gems/ruby-1.9.2-p0@padrino/gems/padrino-responders-0.1.3/lib/padrino-responders/helpers/controller_helpers.rb:69:in `controller_name' /Users/homebass/.rvm/gems/ruby-1.9.2-p0@padrino/gems/padrino-responders-0.1.3/lib/padrino-responders/default.rb:88:in `default_response' /Users/homebass/.rvm/gems/ruby-1.9.2-p0@padrino/gems/padrino-responders-0.1.3/lib/padrino-responders/default.rb:64:in `respond' /Users/homebass/Desktop/Code/tools/padrino/fineprint/app/controllers/sites.rb:6:in `block (2 levels) in ' /Users/homebass/.rvm/gems/ruby-1.9.2-p0@padrino/gems/padrino-core-0.9.21/lib/padrino-core/application/routing.rb:349:in...