23
Oct 2017
[code language=”ruby”] validates_format_of :image, :with => %r{.(png|jpg|jpeg)$}i, :message => "Please use image " [/code]
28
May 2015
Subversion -Distributed source control system Checkout svn checkout URL PATH SVN information svn info URL_of_WC Update…
27
Apr 2015
Configure GIT git config –global user.name “Rakesh PD” git config –global user.email [email protected] First-time repository setup/Initializing…
22
Apr 2015
test-driven development (TDD) Test driven development is also called test driven design, TDD is a methode…
Recent Comments