Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
Is It Cataloged?
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
Page Title
Potential Differences
Stripped Text Content
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"Potential Differences
About dynamic languages, Agile methodologies, OS X, whatever piques my interest!
Greg Vaughn
gvaughn@gigavolt.net
Subscribe
RSS Feed
← July →
S
M
T
W
T
F
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Root (52)
blogging (3)
development (27)
dhtml (3)
fun (6)
lang (2)
mac (4)
ruby-rails (2)
security (1)
testing (3)
tools (1)
Mon, 29 Sep 2008
Rails Info Controller
Who knew? There’s a built-in Rails::InfoController that displays the same stuff as script/about.
It’s only enabled in development mode. I found this as I was digging into a strange bootup error
and haven’t seen it discussed before. It’s interesting what you can find in the nooks and crannies
of the rails code. Oddly, it doesn’t respond to the index action, so you have to use the path
/rails/info/properties. This link http://localhost:3000/rails/info/properties
will take you to it if you have a local rails app deployed on port 3000.
I can’t think of any reason someone would do this, but don’t deploy to the public in development
mode. This controller would give a hacker extra information on your site.
potential differences
[ /ruby-rails ]
permalink
Tue, 29 Jul 2008
Inheritable Attributes in Rails
During a debugging session the other day, I found myself digging into how Rails implements inheritable
attributes. These are an extension to the Class class and deeply intertwined in the inner workings of
Rails. They’re part
1000
of ActiveSupport. I haven’t seen much on the net discussing them, and I don’t know
whether that’s because few pe"
....
read entire page