search for: rails_take2_with_sound

Displaying 11 results from an estimated 11 matches for "rails_take2_with_sound".

2006 Jun 03
2
what is that db tool in rails_take2_with_sound.mov?
hi, newbie just starting. watching the video. can someone identify the db tool that is used to create the posts table (looks like a mac program)? or recommend one for windoze (phpadmin?) thanks --- vice-chair http://ocjug.org/
2006 Feb 24
6
MySQL client used in online presentation?
Hi, could someone tell me the name of the MySQL that''s being used with the online presentation: http://media.rubyonrails.org/video/rails_take2_with_sound.mov Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060224/bdf999b0/attachment-0001.html
2008 Jul 17
2
What is the MySQL app used in the 15 minute weblog video
On the "Create a Weblog in 15 Minutes" screencast on the Ruby On Rails site http://media.rubyonrails.org/video/rails_take2_with_sound.mov There is a really nice looking MySQL gui interface app. Can anybody tell me what the app is? I''m actually looking for a Linux version. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:...
2005 Dec 15
3
CocoaMySql Equivalent Tool for Linux & Windows
In the screencast on RoR.com entitled "Creating a weblog in 15 minutes" the tool CocoaMySQL is being used to define and modify the database schema. http://media.rubyonrails.org/video/rails_take2_with_sound.mov http://cocoamysql.sourceforge.net/index.html CocoaMySql runs only on OSX. Are there equivalent tools for Linux and/or Windows? Thanks! --------------------------------- Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping _______________________________...
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete features for win32. It would be perfect if it could do something akin to what DHH is doing on the screencast hosted on the rails website. http://media.rubyonrails.org/video/rails_take2_with_sound.mov Cheers -- Posted via http://www.ruby-forum.com/.
2006 Aug 04
3
ForumExample
Is ForumExample ( http://wiki.rubyonrails.com/rails/pages/ForumExample/ ) the best jumping off point for building in basic commenting functionality? Thanks, Greg -- Posted via http://www.ruby-forum.com/.
2006 Apr 23
18
Applications used in the Rails video?
Hi all, I just watched the rail video: http://www.rubyonrails.org/media/video/rails_take2_with_sound.mov I am just curious. I can tell that the video was done on a Mac, but I cannot tell which applications were used for editing the code, and for interfacing with MySQL database. As far as editing source code, I normally use BBEdit (I''ve used it since 1994), but the editor used in the...
2006 Aug 04
8
Unable to follow basic RoR tutorial (Win32)
...1.8.4 and installed: C:\>ruby -v ruby 1.8.4 (2006-04-14) [i386-mswin32] Great... Then I''m told to "gem install rails --include-dependencies" So, I did that... C:\>rails -v Rails 1.1.4 Then started following the tutorial here: http://media.rubyonrails.org/video/rails_take2_with_sound.mov Great, this all looks really cool, let me try and do it... All goes well until 7:20 into the demo. I do exactly the same and get this error in my brouser: ****************************************************************************** ArgumentError in Blog#list Showing app/views/blog/lis...
2008 Jul 09
11
script/generate scaffold user
NameError in UsersController#index uninitialized constant UsersController::User RAILS_ROOT: C:/RailsApps/rgams Application Trace | Framework Trace | Full Trace c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:492:in `const_missing'' app/controllers/users_controller.rb:5:in `index''
2006 Jun 27
11
Newb question
This isn''t affecting my app, but I''d like to know the reason why I''m seeing this. In my layout, the following code <%= image_tag "front.jpg", :size =>"760x175" %> generates <img alt="Front" height="175" src="/images/front.jpg?1122106054" width="760" /> Where is the parameter in the
2006 May 09
9
Active Record HELP!!!!!
Hello, Can someone kindly tell what the heck creating a relationship does in active record? I understand the idea of joining the tables and such. But how do I use it? Is it available in a scaffold? How about when I want to view a record and want to see all the joined data from the other table? Do I have to manually code the data I want from the other table? Does this automatically make the