USvER

Results 10 issues of USvER

My app can't start with this error ``` /root/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/active_shipping-1.12.1/lib/active_shipping.rb:9:in `require': /root/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/active_shipping-1.12.1/lib/active_shipping/tracking_response.rb:106: unknown type of %string (SyntaxError) attributes = %i(carrier carrier_name status s... ^ /root/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/active_shipping-1.12.1/lib/active_shipping/tracking_response.rb:106: syntax error, unexpected $end attributes =...

Week HasMany Days with reverseRelation I want to get Week from any Day, but `day.get('week')` returns `null` So the code is: ``` javascript var Day = Backbone.RelationalModel.extend({ initialize: function(){ alert(this.get('week'));...

bug

Is it possible to return custom HTTP status code to the client? I want to respond with error code 415(Unsupported Media Type)

enhancement
postponed

There is missing filters. Like date format and number format... Looking at latest Twig.js sources i can see them... But can't use in my project... Manualy updating Twig.js file don't...

When i use non-existent(at compile-time) filter i get 500 error...

``` php $this->get('twig_js.compiler'); ``` results into ``` You have requested a non-existent service "twig_js.compiler". 500 Internal Server Error - ServiceNotFoundException ```

I have defined category like this: ``` ruby category :type do tags.select{|tag| tag.tag_category_id==4 }.map(&:name) end ``` I'm returning array of tags from particular category as "type" category. But how do...

How do i get categories and count of results in it?

``` ruby def indexable? false end ``` Still get all models indexed!