mixtli
mixtli
After upgrading to rails 3, I get the following when I start the server: /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/core_ext/module/aliasing.rb:31:in `alias_method': undefined method`merge_joins' for class `Class' (NameError) from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/core_ext/module/aliasing.rb:31:in`alias_method_chain' from /Library/Ruby/Gems/1.8/gems/searchlogic-2.4.10/lib/searchlogic/active_record/consistency.rb:8:in `included' from /Library/Ruby/Gems/1.8/gems/searchlogic-2.4.10/lib/searchlogic/active_record/consistency.rb:7:in`class_eval' from...
This is with macruby 0.6 and hotcocoa 0.5.1 require 'rubygems' require 'hotcocoa' class Foo kvo_array :stuff do def size 3 end def [](i) i end end end results in .rvm/gems/macruby-0.6/gems/hotcocoa-0.5.1/lib/hotcocoa/kvo_accessors.rb:34:in...
I want to build a comprehensive historical database. I was able to run currency_historical_rate_load using the federal_reserve source, but it only grabbed today's data. Then I tried passing a Time...
I want to build a comprehensive historical database. I was able to run currency_historical_rate_load using the federal_reserve source, but it only grabbed today's data. Then I tried passing a Time...
Rails 3?
Any chance of this getting rails 3 support any time soon? Thanks!
If you have two projects open and want to run guard in each of them, you can't. Running guard in the second window causes that app's guard to run in...
For some reason, whenever I open a normal python project, LSP autocomplete works fine. For example, if I type: foo = [] foo. I see all the standard list methods...
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature It would be nice to have docker compose support built in. If...