4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 2 / 2
    Newer►
    30 results tagged rails x
    • Active Record Associations — Ruby on Rails Guides

      (Petite note pour ne pas oublier)

      Les ORM c'est cool.. mais franchement le temps que ça prend à maitriser... je me demande si ça en vaut vraiment la peine.

      Là, je viens de passer plus d'une heure à debug car je voulais faire un update dans le cas d'un has_many entre foo et bar :

      • foo = Foo.find(42)
      • set une collections d'objets : foo.bars = [bla,ble,blo]
      • puis foo.save

      Seulement le foo.save est de trop : dès l'instant ou la collection est set, l'objet est sauvé en base (update)

      Donc sans les validations de minimum et de maximum décrite dans le model foo.

      Et tout ça seulement dans le cas d'un update (dans le cas d'un create, ça ne trigger rien).

      pouah

      July 4, 2015 at 11:58:53 AM GMT+2 - permalink - archive.org - http://guides.rubyonrails.org/association_basics.html#has-many-association-reference
      active_record orm rails
    • Debugging memory leaks in Ruby
      June 29, 2015 at 10:54:22 PM GMT+2 - permalink - archive.org - http://samsaffron.com/archive/2015/03/31/debugging-memory-leaks-in-ruby
      debug memory rails
    • Removing Turbolinks from Rails 4 - Literate Programming
      June 15, 2015 at 3:37:03 PM GMT+2 - permalink - archive.org - http://blog.steveklabnik.com/posts/2013-06-25-removing-turbolinks-from-rails-4
      rails turbolink
    • 4.5. Populating the Database with seeds.rb

      over pratique en dev

      June 2, 2015 at 4:58:20 PM GMT+2 - permalink - archive.org - http://www.xyzpub.com/en/ruby-on-rails/4.0/seed_rb.html
      rails
    • jquery - Rails, javascript not loading after clicking through link_to helper - Stack Overflow

      grumbl

      January 4, 2015 at 3:01:02 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/17600093/rails-javascript-not-loading-after-clicking-through-link-to-helper
      js rails
    • Readline in Ruby with rbenv

      Pour avoir ruby compilé readline (en installant avec rbenv)

      August 18, 2014 at 5:50:28 PM GMT+2 - permalink - archive.org - http://vvv.tobiassjosten.net/ruby/readline-in-ruby-with-rbenv/
      rails rbenv readline ruby
    • Adding Authentication with Devise - Rails Girls

      eaf auth with rails

      July 17, 2014 at 10:12:06 AM GMT+2 - permalink - archive.org - http://guides.railsgirls.com/devise/
      auth devise rails ruby
    • https://github.com/plataformatec/devise
      July 9, 2014 at 3:25:50 PM GMT+2 - permalink - archive.org - https://github.com/plataformatec/devise
      auth rails ruby
    • Comment débuter en Ruby on Rails ? par @camilleroux

      Des ressources pour débuter

      April 26, 2014 at 11:55:23 AM GMT+2 - permalink - archive.org - http://www.camilleroux.com/2011/09/08/comment-debuter-en-ruby-on-rails/
      rails ruby
    • Code School - Rails for Zombies

      Tuto interactif pour commencer avec ruby on rails

      February 22, 2014 at 6:45:31 PM GMT+1 - permalink - archive.org - http://railsforzombies.org/
      elearning rails ror ruby
    Links per page: 20 50 100
    page 2 / 2
    Newer►
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation