hasan's blog (বল্গ)

work for fun!!!

Ruby on Rails demo application presentation is picked by slideshare’s editor

with 3 comments

Today morning i was informed by an email that my slide on slideshare is picked by their editor to keep it on their featured slides list.

it was really too great things for me. i congrats those slideshare’s guys!

you can check out slide here -

here is the moment i locked it up on screen shot!

Written by nhm tanveer hossain khan

January 24, 2010 at 5:09 am

Posted in ruby on rails

3 Responses

Subscribe to comments with RSS.

  1. [...] This post was mentioned on Twitter by Ruby on rails Guru and RubyOnRails Ireland, Ruby on Rails UK. Ruby on Rails UK said: Ruby on Rails demo application presentation is picked by … http://bit.ly/92JQdX [...]

  2. Thanks for your presentation. I was facing a problem a few days back. I need initial value at database but the production was deployed using brightbox gem at brightbox hosting, so schema is generated there only. As my controller needed authorization, i couldnted populated initial users where the passwords are encrypted too. So what’s are the right way to populate the database with initial users?

    Thanks

    kodegeek

    January 26, 2010 at 5:35 am

    • hi,
      let me rephrase your question, you were trying to import data to your production database right ?

      since i haven’t tried brightbox so i won’t have that specific context of yours.

      usually we import data through mysqldump and mysql import, we take dump from one server and import it to other server.

      i didn’t get ur last portion, u were saying u password doesn’t work, as long as ur hashing salt is same on both machines there shouldn’t have any problem with password.

      best wishes,


Leave a Reply