Installing subversion from pre-compiled packages or source code

Published on

What is subversion(svn): Subversion is an open source version control system used for keep track of change to source code. Subversion manages files and directories over time an increments revision made to the file system. A tree of file is placed into a central repository. The repository is much like an ordinary file server, except … Continue reading Installing subversion from pre-compiled packages or source code

Deprecated FormTagHelpers

Published on

Following FormTagHelpers are deprecated and will be removed in Rails 1.2 start_form_tag (use form_tag instead) end_form_tag (use </form> instead) technorati tags:rails_deprications , rails, rubyonrails