Its aways nice to know whats going on in rails field
http://railsenvy.com/2008/6/2/Railsconf-videos
Whats new for me was flog:
- http://on-ruby.blogspot.com/2007/12/flog-profiling-complexity.html
- http://ruby.sadi.st/Flog.html
Some more video links
Its aways nice to know whats going on in rails field
http://railsenvy.com/2008/6/2/Railsconf-videos
Whats new for me was flog:
Some more video links
От известно време си имаме на http://www.cenite.com чисто нова търсачка.
Преди беше просто досадно да се търси в сайта и макар, сайта върши работа.
Резултатите с новата търсачка са налице, вижте разликата:
Сега:
Изглежда и посетителите също оценяват предимствата на новото търсене, от 1000 посетителя на ден в момента са над 2500 като всеки ден се увеличават.
I got this error when I have to upgrade one old project from rails 1.2.5 to rails 2.1 (the problem is not in rails)
ActionController::MethodNotAllowed Only get, head, post, put, and delete requests are allowed.
The exception:
ActionController::MethodNotAllowed (Only get, head, post, put, and delete requests are allowed.): /usr/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/recognition_optimisation.rb:65:in `recognize_path' /usr/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:384:in `recognize'
I got this error only when I access URL’s with param like
http://127.0.0.1:3000/dod/images/show_big_image/1639
I found that the problem was in the :id because without the :id the method was called correctly
This means that there is something with the routes.
Not working routes.rb: ….
map.connect '', :controller => 'auth' # Install the default route as the lowest priority. map.connect ':controller/:action/:id' map.connect ':controller/:action/:sort_key/:sort_order'
it will work if you swap the last two lines….
map.connect '', :controller => 'auth' # Install the default route as the lowest priority. map.connect ':controller/:action/:sort_key/:sort_order' map.connect ':controller/:action/:id'
It seems that it does reading the comments in the routes.rb is usefull. There is written:
# Install the default route as the lowest priority. This error also occurs if you haven't restart your webserver. I know that there is no need to restart it but its true, try restarting and check.
Here is nice tutorial how to move your project from rails 1.2.x to 2.0
gem update --system
ls /usr/portage/dev-java/sun-jdk/
emerge -av =dev-java/sun-jdk-1.5.0.13
java-config -L
java-config -S 1
/usr/sbin/env-update && source /etc/profile
Taken from here
emerge brings in new packages. equery looks at the package database.
Taken from here
Do this whenever you want a steaming pile of fresh packages.
# emerge --sync
# emerge --update system
# etc-update if necessary
# emerge --update world
I have seen Meddle to do it this way
emerge –newuse –deep –update world
emerge –ask –verbose coreutils
emerge –resume
Looks like mktemp
is now provided by coreutils
. No wonder. This block has been bugging me (read: I’ve been ignoring it) for months.
To fix just unmerge mktemp
and update coreutils
.
Update: Same for the setarch
/ util-linux
block should you come across it. Unmerge setarch
.
<div style=”clear: both”> – do you remember this? I hate it.
The people has found a solution for this.
http://www.positioniseverything.net/easyclearing.html
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
Layout generator – http://csscreator.com/tools/layout
Since IE6 doesn’t render PNG-24 properly, the following hack is required in order to display the transparent PNG (add anywhere in between the <head>
tag):
<!--[if lt IE 7]>
<style>
h1 span {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gradient.png', sizingMethod='scale');
}
</style>
<![endif]-->
/***** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:first-child+html #dos { color: red } /* IE7, FF, Saf, Opera */ html>body #tres { color: red } /* IE8, FF, Saf, Opera (Everything but IE 6,7) */ html>/**/body #cuatro { color: red } /* Opera 9.27 and below, safari 2 */ html:first-child #cinco { color: red } /* Safari 2-3 */ html[xmlns*=""] body:last-child #seis { color: red } /* safari 3+, chrome 1+, opera9+, ff 3.5+ */ body:nth-of-type(1) #siete { color: red } /* safari 3+, chrome 1+, opera9+, ff 3.5+ */ body:first-of-type #ocho { color: red } /* saf3+, chrome1+ */ @media screen and (-webkit-min-device-pixel-ratio:0) { #diez { color: red } } /* Safari 2 - 3.1 */ html[xmlns*=""]:root #trece { color: red } /* Safari 2 - 3.1, Opera 9.25 */ *|html[xmlns*=""] #catorce { color: red } /* Everything but IE6-8 */ :root *> #quince { color: red } /* IE7 */ *+html #dieciocho { color: red } /* Firefox only. 1+ */ #veinticuatro, x:-moz-any-link { color: red } /* Firefox 3.0+ */ #veinticinco, x:-moz-any-link, x:default { color: red } /***** Attribute Hacks ******/ /* IE6 */ #once { _color: blue } /* IE6, IE7 */ #doce { *color: blue } /* Everything but IE6 */ #diecisiete { color/**/: blue } /* IE6, IE7, IE8 */ #diecinueve { color: blue\9; } /* IE7, IE8 */ #veinte { color/*\**/: blue\9; }
http://paulirish.com/2009/browser-specific-css-hacks/
It seems that I know too little for the world of the search engines. I will try to summarize the search engines that can be used for real applications. Continue reading
Hardware detection
CPUz – CPU, Motherboard, RAM
Rsync for windows
Reset Windows Vista/XP/NT passwords
Download the iso from here, burn, boot (DBB), then use the
“NTFS TOOLS” > “Offline NT Password & Registry Editor”
Gigabyte Drivers
Very good driver services – > http://driveragent.com/
Skin your windows
wallpapers http://www.socksoff.co.uk/
you will need to patch your UXTheme.dll, nice faq on the topic
New Pc Installation
* Enter GPEDIT.MSC
Group Policy mmc will popup. On left panel:
* Double-click Computer Configuration to open submenu
* Double-click Administrative Templates to open submenu
* Double-click System to open submenu
* Double-click Turn autoplay off option which will be near the
bottom of the list in the right panel.
The default is the Not configured . Set it to Enabled.
Good tutorials for securing windows XP
http://scpd.stanford.edu/knuth/
I was optimistic that I could make http://www.cenite.com, a price monitoring website to use the fulltext search of mysql. Unfortuntly I have found so many drawbacks that I have to leave this idea. The main source for information for me was:
http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html
http://devzone.zend.com/node/view/id/1304#Heading14
At first the speed was wonderfull. I was searching in 300k> records apx. 350mb. But then I have to surrender. I cant configure mysql to work as I want. I know that If I spend two days to become expert on C/C++ with Unicode I will success but this is not the case. I want working solution.
The resons that make me not to use mysql for searching:
There is no way to change the default operator by default it is OR. You must parse the user query and rewrite it.
I want automaticaly truncation on all my terms.
There is no way to tell MySQL what are characters, and what are not…..sorry, there are two ways:
1. Touching the sources,
2. Configuring in xmls
No documentation on both. Maybe there is …somewhere.
If you use the default configuration then you will wonder how you get or not get the required results.
Here is a summary of the comands that I use to tweak my mysql server:
SHOW VARIABLES LIKE ‘ft%’
SET @global.ft_min_word_len=2;
SET @local.ft_min_word_len=2;
But it is better to have those options in my.conf
[mysqld]
ft_min_word_len=3
ft_stopword_file=”C:\MySQL\stop.txt”
[myisamchk]
ft_min_word_len=3
ft_stopword_file=”C:\MySQL\stop.txt”
To check what characterset is using your mysql:
SHOW VARIABLES LIKE ‘character_sets_dir’;
/usr/share/mysql/charsets | E:MySQL Server 5.1sharecharsets
SHOW VARIABLES LIKE ‘characte%’
After that you need to rebuild your index with one of those commands
slow: REPAIR TABLE products QUICK;
slow: myisamchk –recover –ft_min_word_len=3 tbl_name.MYI
fastest: DROP INDEX …; CREATE INDEX….;
http://www.sphinxsearch.com/
http://endeca.com/
http://lucene.apache.org/solr/
© 2025 Gudasoft
Theme by Anders Norén — Up ↑