Ruby on Rails Tutorial book
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
Show Me Do
http://showmedo.com/videotutorials/ruby
Mac Ruby:
http://www.macruby.org
http://www.macruby.org/trac/wiki
Other resources:
http://rubysource.com/category/getting-started/
http://rubyonrails.org
http://www.zepho.com
http://www.zepho.com/download
http://www.rubyonrails.ru
http://peepcode.com
http://www.rubyplus.org
http://podcast.sdruby.com
http://railscasts.com
http://railslab.newrelic.com/scaling-rails
http://www.railsforum.ru
http://www.tutorialspoint.com/index.htm
http://www.rubyplus.org
http://djbook.ru/ch03s03.html
http://coenraets.com/tutorials/flexonrails/flexonrails.html
http://live.julik.nl/2005/11/ror-for-starters
http://blog.igorekk.com
http://www.djangoproject.com
http://www.railsecommerce.com
http://ru.wikipedia.org/wiki/Ruby_on_Rails
Beginning Ruby on Rails E-Commerce
http://weblog.rubyonrails.org/2006/11/13/beginning-ruby-on-rails-e-commerce
Screencasts:
http://rubyonrails.org/screencasts
http://railscasts.com
http://www.vimeo.com/7655277
Ruby IDE:
- RubyMine
- Textmate
- Sublime Text 2
- Vim
- Komodo Edit by ActiveState
- Emacs
- NetBeans ( Early access: http://dlc.sun.com.edgesuite.net/netbeans/ )
- Aptana Studio 3
Setup Rails
http://railsinstaller.orghttp://rubyonrails.org
http://gembundler.com
- Ruby 1.9.3-p125
- Rails 3.2
- Bundler 1.0.18
- Git 1.7.6
- Sqlite 3.7.3
- TinyTDS 0.4.5
- SQL Server support 3.3.3
- DevKit
Gems:
http://gembundler.com
http://files.rubyforge.vm.bytemark.co.uk
http://rubyforge.org/frs/?group_id=8883
http://mperham.github.com/sidekiq Simple, efficient message processing for your Rails 3 application.
delayed_job — фоновая обработка любых заданий
immortal - Гем от разработчиков Teambox, который позволяет вместо удаления записи помечать ее как 'deleted'. Бывает очень полезно, если мы хотим оградить неосторожного пользователя от потери данных.
Settingslogic - Существует довольно большое кол-во гемов, решающих проблему настроек в приложении. Весьма удачной реализацией является Settingslogic от небезызвестного Бена Джонсона. Простой, легковесный, использует YML-файл.
http://stackoverflow.com/questions/4418/how-do-i-update-ruby-gems-from-behind-a-proxy-isa-ntlm
RubyMine on Win
I also had this problem with a project copied from windows to ubuntu. The issue is that the Run Configurations that were created on the windows side contain absolute paths like c:\someproject. To fix this you do not need to recreate the project. Simple close the project then edit the workspace.xml file in your project's .idea folder and search for the term WORK DIR. In some of the VALUE attributes you will see a windows path, change them all to be $PROJECT_DIR$ then save the file and reopen the project.
Old: New: The other option is to delete all the existing Run Configurations and recreate them, still easier than redoing the whole project. I do think this is a bug, the Run Configurations should have relative (or OS independant) paths when created on windows. Issue with rake: uninitialized constant Rake::DSL
|
0 коммент.:
Post a Comment