John Topley

12,396
reputation
1660 views

Registered User

name John Topley
member for 1 year
seen 1 hour ago
website
location UK
age

J2EE developer by profession, Rails developer by choice.

3h
answered What programmer-specific function can the old Esc do?
3h
comment Rails / Snow Leopard Mysql 64-bit question
So did you actually follow the instructions I linked to for compiling and installing 64-bit MySQL from source?
4h
answered How to write rails Controller to simulate update twitter-API like ?
4h
answered Rails - Send emails through an exchange server
4h
comment Rails / Snow Leopard Mysql 64-bit question
I didn't need the ARCHFLAGS or config directive.
4h
revised What’s the best way to have multiple threads doing work, and waiting for all of them to complete?
edited title
4h
revised Rails / Snow Leopard Mysql 64-bit question
added 107 characters in body
4h
answered Rails / Snow Leopard Mysql 64-bit question
6h
revised How does a javascript closure work ?
deleted 1 characters in body
6h
comment Ruby on Rails question - how can I measure response time from when request first hits app?? (e.g. using ‘benchmark’)
New Relic RPM Lite is free for production use.
9h
comment Rails html encoding
Why would you monkey patch Rails to do something that isn't required?
10h
comment Rails html encoding
Darin is telling you that no further action is required.
10h
accepted Call a servlet on click of hyperlink
12h
revised Is there anything that explains the Rails’ API documentation?
edited title
1d
accepted How to force fragment cache on rails from cron schedule?
1d
revised Complex joins with legacy tables in Rails
added 2 characters in body
1d
revised Complex joins with legacy tables in Rails
added 2 characters in body; edited tags
1d
comment modifying Rails load paths in the Rails::Configuration block
I don't know if it's possible but it sounds like you're in for a world of pain trying to do that. Why do you want to, out of interest?
1d
answered How to force fragment cache on rails from cron schedule?
1d
revised Java Date cut off time information
edited title
1d
revised When to use <span> instead <p>?
added 3 characters in body
1d
revised &amp; and URLs in HTML
http://its-not-its.info/
1d
revised document.observe(’dom:loaded’, function() {
deleted 1 characters in body
1d
answered Rails ActiveRecord relationships - has many and belongs to associations
1d
revised Call a servlet on click of hyperlink
added 469 characters in body; added 106 characters in body
1d
revised Call a servlet on click of hyperlink
edited body
1d
answered Call a servlet on click of hyperlink
1d
revised Validating an Excel file in a Rails app
edited title
2d
comment Do pointers in java actually exist?
I agree that it's inconsistent naming by Sun. However, you'd be pretty hard pressed to implement Java without the concept of variables that refer to memory addresses (i.e. pointers) under the hood.
2d
accepted ActiveModel timestamp fields: where does the timestamp come from?
2d
revised Do pointers in java actually exist?
added 17 characters in body
2d
answered Do pointers in java actually exist?
2d
revised Is there an easy way to compare two strings in a jsp?
deleted 1 characters in body
2d
revised Set the form width and height for form_for in Rails
added 3 characters in body; edited title
Dec
13
accepted Cascade delete in Ruby ActiveRecord models?
Dec
13
revised Which version of rails for a new project?
deleted 3 characters in body
Dec
13
revised Cascade delete in Ruby ActiveRecord models?
added 24 characters in body
Dec
13
answered Cascade delete in Ruby ActiveRecord models?
Dec
12
revised How do I acquire a “cleansed” Git repository?
Git never GIT
Dec
12
accepted Drying up my rails models
Dec
12
comment Constant: Rails::VERSION::STRING
You can also get the Rails version using Rails.version.
Dec
11
revised Java:Convert long to String?
added 17 characters in body
Dec
11
revised Which hash function is currently a good choice for passwords?
added 2 characters in body; edited title
Dec
11
answered Rails association for two foreign keys for the same table in one table
Dec
11
revised How do you get an embedded Jetty webserver to dump its interim Java code for JSPs
http://its-not-its.info/
Dec
11
answered Is there any other tool better than Firebug on any other browsers?
Dec
11
revised How to convert numbers from exponential to normal form in Android?
deleted 1 characters in body
Dec
11
revised How to display barcode in iPhone
added 1 characters in body; edited title
Dec
11
revised What does ActiveRecord::Base.connection.execute return in Rails?
added 10 characters in body; edited title
Dec
11
comment What kind of protocol is being used here to communicate with PayPal?
Actually HTTP is the World Wide Web protocol (hence "HyperText"). The Internet protocol is TCP/IP.