Stefan Frank

Results 17 comments of Stefan Frank

After digging around a little, I found that the [LinksQueryInterface](https://github.com/namxam/architect4r/blob/master/lib/architect4r/model/links_query_interface.rb) that is used by the Relationships-model is not implemented yet and simply returns nil for incoming, outgoing and all -...

ok, I'm currently trying to fix this by forking&then implementing the LinksQueryInterface: I ran into some issues here, but no showstopppers: - maybe we can add some code to download...

Thx for looking into this - I'm already running on 3.2.2 and 0.2.0 on Cedar - but there seems to be a difference in the way the ressources are setup...

for me, it was a problem with the precompile: There was another, unrelated issue that broke the precompile: When I fixed this and heroku precompiled all assets successfully, the fonts...

I also couldn't really resolve this: I ended up copying the webfonts into the assets-folder of my app, then they actually can be found: There seems to be an issue...

ok, I didn't do any thorough tests, only superficially fixed it: remove the self, and add a :joins to to the options like this: add_joins!(sql, options[:joins], scope) With this changes,...

the code above is the patch :) - I will look into that to write a proper patch and a test to that.

sorry, just wondering if this was the right place to ask these kind of questions. Meanwhile I just stopped trying to put my models into modules: That produces all kinds...

PS: It gets a little better with ``` config.cache_all_output = true config.cache_sources = true config.cache_engine = Rabl::CacheEngine.new config.perform_caching = true ``` but I never even get near the inline-performance...