Karl Varga

Results 22 comments of Karl Varga

@kurisu I've written a gem to convert from RR to RSpec. Check it out: https://github.com/kjvarga/rr-to-rspec-converter It worked pretty well for us on a very large codebase of 6000+ tests. Hopefully...

I know. I just think the utility of the tool doesn't limit itself to just JSON.

I've extended it a bit to take a block argument e.g. Activity.observe { post :create } And made a gist of it https://gist.github.com/1233370

Have you tried accessing some urls that are in your index file from the public Internet? What’s the url where your robots.txt is hosted or the url of the index?...

Yes I'm able to access all the links fine as well. So I'm not sure what the issue is. The sitemaps look fine. **Please be aware that all your Invoice,...

@wordjelly there is no mechanism for updating a sitemap. Because sitemaps are XML files, there is no easy way to do that. You could write something yourself, but the general...

Thanks for the detailed report! This issue has come up a number of times, but usually users are able to resolve it after realizing they didn't follow all steps, like...

Hi, the error is telling you what is wrong: You don't have write permissions for the /var/lib/gems/2.7.0 directory. So it cannot install the gem. This is a problem with your...

Hi @afuno thanks for the well explained report. I can confirm that it is expecting a full HREF and doesn't modify the alternate value at all: ```ruby self[:alternates].each do |alternate|...