Ruby uses Perl-compatible regular expressions, so if you’re familiar with the preg_*
functions in PHP, it will be easy to learn regular expressions in Ruby.
Ruby uses Perl-compatible regular expressions, so if you’re familiar with the preg_*
functions in PHP, it will be easy to learn regular expressions in Ruby.
Mihaly Czikszentmihalyi asks, “What makes a life worth living?”
Noting that money cannot make us happy, he looks to those who find pleasure and lasting satisfaction in activities that bring about a state of “flow.”
When running ‘rake db:create’, you may get the following error:
[codesyntax lang=”bash”]
>rake db:create
rake aborted!
126: The specified module could not be found. – d:/RailsInstaller/Ruby1.9.2/li
b/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/1.9/mysql2.so
[/codesyntax]
or may get these errors while installing mysql:
[codesyntax lang=”bash”]
rake aborted !
uninitialized constant mysql2
[/codesyntax]
Error ‘uninitialized constant mysql2’ comes when mysql2 installation is not done properly.
This article shows the major changes in smarty 3.
Regular expression patterns \w, \d, \s will not work as expected for non-latin letters in a UTF-8 string when you use preg_ functions (like preg_match, preg_split, preg_replace).
First of all you must use modifier /u to work with UTF-8 strings correctly.
One of the best solutions to common tasks is to use the pattern escapes \P, \p, and \X, which refer to Unicode character properties.
Here is a step-by-step explanation how to configure Linux server to be accessible over SSH.
Rules of success learned from various successful people and products.
Here is the list of definitions of ‘startup’.