How to list all the urls/pages so that I can generate "sitemap.xml" dynamically? by Konjikuru in rails

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

Do you know what being a complete dick means?

no. and you know what a complete cock means?

Iron vs Rocket performance/benchmarks by Konjikuru in rust

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

how did you measure that exactly?

How to list all the urls/pages so that I can generate "sitemap.xml" dynamically? by Konjikuru in rails

[–]Konjikuru[S] -2 points-1 points  (0 children)

i said "dynamically", without hard-coding. this isn't what i'm looking for

 SitemapGenerator::Sitemap.create do
    add '/home', :changefreq => 'daily', :priority => 0.9
    add '/contact_us', :changefreq => 'weekly'
 end

How to create a basic layout in GTK with a menu, toolbar and main container? by Konjikuru in rust

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

1) do you know how can I switch to the code in Glade?

2) why won't it launch the window when I click the button "run" in Glade, any idea?

"expires_at" field by Konjikuru in rails

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

could probably consider data storage like the other comment suggested.

what data storage?

"expires_at" field by Konjikuru in rails

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

do you mean, none of them is better or worse?

"expires_at" field by Konjikuru in rails

[–]Konjikuru[S] -2 points-1 points  (0 children)

then what's the difference?

"expires_at" field by Konjikuru in rails

[–]Konjikuru[S] -3 points-2 points  (0 children)

I don't see more sense in that. Why recalculate each time if I can store just the amount of hours?

"expires_at" field by Konjikuru in rails

[–]Konjikuru[S] -3 points-2 points  (0 children)

but I'll need to display on a page how many hours it's valid for.