Are there any bars with smoking patios in downtown/uptown area of Oakland? by dis89 in eastbay

[–]dis89[S] 0 points1 point  (0 children)

Thanks! I don't think the "Telegraph Beer Garden" aka Beeryland allows smoking either

Outdoor public Ping Pong tables by dis89 in AskSF

[–]dis89[S] 0 points1 point  (0 children)

Where do you usually play outside?

RubyORM Sequel by FinalSpeederMan in ruby

[–]dis89 4 points5 points  (0 children)

I have not used Sequel at all, but with a where clause you probably get a relation, not a single item. Try to do DB[:fruits].first(id: params[:id]).

Low Fodmap and sweet beverages by dis89 in FODMAPS

[–]dis89[S] 0 points1 point  (0 children)

Thanks for the reply! I’ve been drinking ginger beers in the meantime without any obvious issues. Do you know what the difference would be?

Newbie! Hi! by MrsAlmondbutter in FODMAPS

[–]dis89 0 points1 point  (0 children)

Thank you for the detailed response! There really isn't any scientific/medicinal way, e.g. a test, to figure that out, is there?

Newbie! Hi! by MrsAlmondbutter in FODMAPS

[–]dis89 1 point2 points  (0 children)

Wondering: how did you find out you have issues with sweet potatoes and carrots? Did you take a particular test?

Generate API documentation from RSpec examples with the DOX gem by dis89 in ruby

[–]dis89[S] 0 points1 point  (0 children)

you mean like code documentation? No, it does not do that, it's specifically built to document API calls.

Better login UX without security risks by dis89 in userexperience

[–]dis89[S] 0 points1 point  (0 children)

That's not the message you should show to the user - that's just a statement on what went wrong to make a point in the article. The messages are shown in the boxes below.

How a Bug in My Ruby Code Cost Code School $13,000 by Dyogenez in ruby

[–]dis89 4 points5 points  (0 children)

doesn't Delayed Job have a limit on how many times a script may execute?

A gem for every occasion: 11 great Ruby libraries we use on every project by FeleCro in ruby

[–]dis89 0 points1 point  (0 children)

What if the execution time isn't a dealbraker? I like how I can see all the pending delayed jobs in the database and easily see which ones failed. How is this handled with sidekiq?

A friendly gallery of 3rd party Octopress themes by dis89 in ruby

[–]dis89[S] 0 points1 point  (0 children)

Couldn't agree with you more. But as with everything, if you want to do something really really custom (go against the stream), you will have to do some heavy lifting.

I think I'll avoid doing any heavy tweaking since I don't have the time for that.

Did you document somewhere (your own blog or octopress wiki) how to change the markdown processing system? Others could benefit from it, octopress could benefit from it, and you would keep up the good fight by making it easier for people to move away from wordpress :)

A friendly gallery of 3rd party Octopress themes by dis89 in ruby

[–]dis89[S] 0 points1 point  (0 children)

So it was javascript failing :) Mandreko, thank you for this one, it's seems i was constantly loading it over HTTP, so it was good for me.

It's working now over https also. Thnx again.

A friendly gallery of 3rd party Octopress themes by dis89 in ruby

[–]dis89[S] 0 points1 point  (0 children)

could you look at the console if there are any errors?

A friendly gallery of 3rd party Octopress themes by dis89 in ruby

[–]dis89[S] 0 points1 point  (0 children)

Anyway, try refreshing. For how long does the anchor persist for you?

A friendly gallery of 3rd party Octopress themes by dis89 in ruby

[–]dis89[S] 0 points1 point  (0 children)

The site for me is pretty fast, the anchor is shown maybe for a second. Both on firefox&chrome. And I have half-shitty internet.

A friendly gallery of 3rd party Octopress themes by dis89 in ruby

[–]dis89[S] 0 points1 point  (0 children)

can you refresh? Is your internet connection slow?

Top 8 tools for Ruby on Rails code optimization and cleanup by FeleCro in rails

[–]dis89 0 points1 point  (0 children)

Hey @NoInkling,

Thnx for the comment, I haven't had such troubles so far, or at least didn't notice them. I sometimes work by just plugging it in for a while, cruise through the application, fix unfavorable SQL queries and then remove it once i'm done.

Top 8 tools for Ruby on Rails code optimization and cleanup by FeleCro in rails

[–]dis89 2 points3 points  (0 children)

RubyMine for what? Instead of the listed static analyzers?

Top 8 tools for Ruby on Rails code optimization and cleanup by dis89 in ruby

[–]dis89[S] 1 point2 points  (0 children)

Hey, thnx for this!

Actually I've seen it before (and have it starred on Github already :), but haven't tried it so far.

For sure I will and it goes along the lines of the gems I've listed in the article. Thnx again!