[Rails] For all algorithms lovers, Introducing the algorithm repository

2014-03-21 Thread prateek papriwal
Hi, We have developed an algorithm repository(built on rubyonrails framework) which contains ~ 245 algorithms from 51 different sources. Check out - http://algorithm.daqwest.com Hope u like it! Would be very glad to have ur feedback and suggestions! You can drop us a note at

[Rails] How to catch 'missingtitle' error for media_wiki gem(Stackoverflow Question)

2013-02-15 Thread prateek papriwal
Hi, I have posted a question on SO. It would be great if anyone could help me out. http://stackoverflow.com/questions/14907316/how-to-catch-missingtitle-error-for-media-wiki-gem -- Thanks and Regards Prateek Papriwal B.Tech, Electrical IIT Delhi -- You received this message because you

[Rails] How to add body parameter in Serel gem (stackoverflow api)

2013-02-09 Thread prateek papriwal
Actually when i try to access a question using serel gem(which is a ruby wrapper for stackoverflow api), i get an object with no body parameter included in it. questions = Serel::Question.find(id) see http://api.stackoverflow.com/1.1/usage/methods/questions-by-ids. According to this, we

[Rails] Re: How to add body parameter in Serel gem (stackoverflow api)

2013-02-09 Thread prateek papriwal
NoMethodError: undefined method get' for nil:NilClass from (irb):3 from /home/papri/.rvm/rubies/ruby-1.9.3-p194/bin/irb:16:in main' 1.9.3p194 :004 ques = Serel::Question.find(14779466) On Sunday, 10 February 2013 11:29:11 UTC+5:30, prateek papriwal wrote: Actually when i try to access a question

[Rails] The auto_html gem is not working

2012-09-24 Thread prateek papriwal
I have installed auto_html gem on my system but i am not able to run any example . When i do include AutoHtml it gives an error NameError: uninitialized constant AutoHtml from (irb):1 from /home/papri/.rvm/rubies/ruby-1.9.3-p194/bin/irb:16:in `main' I would like to know the proper