Bug #350
ICBM meta information does not show on home page
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | - | |||
| Resolution : | worksforme |
Description
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>The Robot Co-op</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" />http://www.robotcoop.com/articles/2005/07/26/the-blog-take-two
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>The Blog, take two</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="ICBM" content="47.614,-122.316" />
Associated revisions
Revision 6fba3872deda1da659bd90239167d994768935b6
- Bundle syntax module (closes
#350) * Explicitly require 'application' in TextfilterController, otherwise script/console is broken because of the inability to require 'application_controller' (derived from the TextfilterController inheritance) * Wrap text_filter_id assignment in Article#set_defaults in a schema_version check to fix migrations from farther back
git-svn-id: http://svn.typosphere.org/typo/trunk@571 820eb932-12ee-0310-9ca8-eeb645f39767
History
07/26/2005 09:34 PM - scoop -
- Status changed from New to Closed
- Resolution set to worksforme
This is likely a caching error as the page header is being served from a single layout. Please force-sweep your cache via:
RAILS_ENV=production rake sweep_cache
07/27/2005 11:43 PM - eric-robotcoop-com -
- Status changed from Closed to Feedback
- Resolution deleted (
worksforme)
There is no such task.
$ RAILS_ENV=production rake sweep_cache (in /data/www/typo.robotcoop.com) rake aborted! Don't know how to build task 'sweep_cache' [ /data/www/typo.robotcoop.com ] [16:44] eric@robbie$ rake --tasks (in /data/www/typo.robotcoop.com) rake apidoc # Build the apidoc HTML Files rake appdoc # Build the appdoc HTML Files rake clobber_apidoc # Remove rdoc products rake clobber_appdoc # Remove rdoc products rake clobber_package # Remove package products rake clone_structure_to_test # Recreate the test databases from the development structure rake db_structure_dump # Dump the database structure to a SQL file rake default # Run all the tests on a fresh test database rake doc # Generate API documentation, show coding stats rake environment # Require application environment. rake migrate # Migrate the database according to the migrate scripts in db/migrate rake package # Build all the packages rake publish # Publish the zip/tgz rake purge_test_database # Empty the test database rake reapidoc # Force a rebuild of the RDOC files rake reappdoc # Force a rebuild of the RDOC files rake recent # Run tests for recentclone_structure_to_test rake release # Publish the release files to RubyForge. rake repackage # Force a rebuild of the package files rake stats # Report code statistics (KLOCs, etc) from the application rake test_functional # Run tests for test_functional rake test_units # Run tests for test_units [ /data/www/typo.robotcoop.com ] [16:45] eric@robbie$ grep VERSION Rakefile PKG_VERSION = "2.5.0" PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" #@svn cp svn://leetsoft.com/typo/trunk svn://leetsoft.com/typo/tags/release_#{PKG_VERSION.gsub(/\./,'_')} -m "tag release ##{PKG_VERSION}"@ s.version = PKG_VERSION
Also, I did not receive an email update, probably because your RDNS does not match.
07/27/2005 11:51 PM - scott -
Eric, which revision of Typo are you using? The sweep_cache target appeared in r432, which was early Monday morning. The admin page gained a cache control tab in r455. It might not hurt to upgrade.
07/27/2005 11:51 PM - Redmine Admin
- Status changed from Feedback to Closed
- Resolution set to worksforme
sweep_cache does exist - you're probably running an older revision. Update your checkout and you should have it.
07/27/2005 11:52 PM - scott -
Oh, and I don't think trac is configured to send mail; the only way that I know of to keep track of tickets is to use the timeline RSS feed.
