タグ

ajaxとrailsに関するgom68のブックマーク (2)

  • Rolling with Ruby on Rails

    Now, next, and beyond: Tracking need-to-know trends at the intersection of business and technology AI/ML Few technologies have the potential to change the nature of work and how we live as artificial intelligence (AI) and machine learning (ML). Future of the Firm Everything from new organizational structures and payment schemes to new expectations, skills, and tools will shape the future of the fi

    Rolling with Ruby on Rails
  • Nested Attributes with RJS

    DoRuby! (ドルビー!) は現場のエンジニアによる、主にRubyなどの技術に関する様々な実践ノウハウを集めた技術情報サイトです。 こんにちは。 今回はRails2.3から追加されたNested Attributesを使ってみます。これは、親モデルと子モデルのレコードを同時に登録可能にする機能です。後半ではRJSを用いて、登録する子モデルのレコードの数を増やしてみたりもしてみます。 下準備 今回もScaffoldした簡潔なアプリケーションに手を加えていく方法を取ろうと思います。 $ rails nested $ cd nested $ rake db:create この辺りはお好みで。 この記事では、音楽アルバムと、その収録曲をモデルにします。目的とはあまり関係ないので、アーティスト名は直接記入するということで。 $ ruby script/generate s

  • 1