<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cccms/test/functional/content_controller_test.rb, branch erdgeist-revive-events</title>
<subtitle>[no description]</subtitle>
<id>https://erdgeist.org/gitweb/cccms/atom?h=erdgeist-revive-events</id>
<link rel='self' href='https://erdgeist.org/gitweb/cccms/atom?h=erdgeist-revive-events'/>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/'/>
<updated>2026-06-25T15:51:45Z</updated>
<entry>
<title>Rails 5.2 test updates</title>
<updated>2026-06-25T15:51:45Z</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2026-06-25T15:51:45Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=0818a3057b0a91e422158d828026c941b4e10622'/>
<id>urn:sha1:0818a3057b0a91e422158d828026c941b4e10622</id>
<content type='text'>
- Rename test/functional → test/controllers, test/unit → test/models
- Remove test/performance/browsing_test.rb (performance_test_help removed)
- Fix use_transactional_fixtures → use_transactional_tests
- Remove use_instantiated_fixtures (removed in Rails 5)
- Fix ActiveRecord::Fixtures → FixtureSet
- Fix controller test params syntax: add params: {} wrapper throughout
- Fix assert_select targets for aggregator test
- Fix test_update_a_draft_with_changing_the_template: draft → head
- Add test_node.reload after children.create! (awesome_nested_set bug)
- Add before/after count pattern for create tests (transactional isolation)
- Known failures: 5 tests affected by Rails 5 transactional test isolation
</content>
</entry>
<entry>
<title>Fix tagged content aggregator, assets path, and add regression tests</title>
<updated>2026-06-24T14:17:16Z</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2026-06-24T14:17:16Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=75670df5b8a5700c48ac8cb41f8d1732b5738402'/>
<id>urn:sha1:75670df5b8a5700c48ac8cb41f8d1732b5738402</id>
<content type='text'>
- Replace tagged_with calls in Page.aggregate, TagsController, RssController
  with direct SQL joins (acts-as-taggable-on 3.5 broken on Rails 3.2)
- Fix Paperclip :path/:url to use plain :id format matching existing uploads
- Add proper regression tests for aggregator, tags, and rss controllers
- Fix assert_select assertions to target div.body div.article_partial
</content>
</entry>
<entry>
<title>Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade</title>
<updated>2026-06-24T02:13:16Z</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2026-06-24T02:13:16Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=e0a7e0fec760ba12c8067a37e10c96f1f05876e2'/>
<id>urn:sha1:e0a7e0fec760ba12c8067a37e10c96f1f05876e2</id>
<content type='text'>
- Converted plugins to gems (Gemfile)
- Updated config structure (application.rb, boot.rb, environment.rb)
- Converted routes to Rails 3 DSL
- Converted named_scope to scope throughout models
- Converted find(:all, :conditions) to where() chains
- Fixed has_many :order to use ordering scope
- Updated session store and secret token configuration
- Fixed exception_notification middleware configuration
- Patched Ruby 2.4 / Rails 3.2 incompatibilities:
  - Integer/Float duration arithmetic (ActiveSupport)
  - Arel visit_Integer for PostgreSQL adapter
  - create_database String/Integer coercion
  - ActionController consider_all_requests_local
- Migrated taggings schema for acts-as-taggable-on
- Replaced dynamic_form gem with custom form_error_messages helper
- Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for)
- Fixed admin layout yield
- Updated test suite for Rails 3 APIs
</content>
</entry>
<entry>
<title>added some more validations to ensure data integrity and applied necessary changes on tests</title>
<updated>2009-10-17T21:31:28Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-10-17T21:31:28Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=c7c4b007621fd28c88b65db5fd3296ef730097d9'/>
<id>urn:sha1:c7c4b007621fd28c88b65db5fd3296ef730097d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed render_page template to standard_template</title>
<updated>2009-03-04T22:13:03Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-03-04T22:13:03Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=cc0375b25f5fcc3efbfa7550e013c29fec467278'/>
<id>urn:sha1:cc0375b25f5fcc3efbfa7550e013c29fec467278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introducing page templates - need to add edit capabilities</title>
<updated>2009-03-03T18:47:18Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-03-02T19:29:25Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=82f16e71d49350c1ad4aa48773db5d0f45a55c6c'/>
<id>urn:sha1:82f16e71d49350c1ad4aa48773db5d0f45a55c6c</id>
<content type='text'>
renamed the custom template folder

forgot one fix for the new custom template path

page templates refined

renamed page attribute template to template_name as i suspected it to be a reserved word. it still didn't work until i discovered that simon defined the accessible attributes! That costed me 40 minutes of lifetime. But he apologized ;)

tests for public and custom page templates
</content>
</entry>
<entry>
<title>added custom partials to aggregators, added test and refactored some methods</title>
<updated>2009-02-28T12:34:23Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-02-28T12:34:23Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=bd9067272e1bd5a8651c5b9fa66881782406c54c'/>
<id>urn:sha1:bd9067272e1bd5a8651c5b9fa66881782406c54c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a little test refactoring as preparation for aggregator tests with different partials</title>
<updated>2009-02-28T11:48:42Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-02-28T11:48:42Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=cc74db30d930b0eaaf0ac29b19ddd452ea0c1462'/>
<id>urn:sha1:cc74db30d930b0eaaf0ac29b19ddd452ea0c1462</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more tests and fixes. always write tests - they are so good!</title>
<updated>2009-02-27T15:53:11Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-02-27T15:53:11Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=69a37065f9f523c25bc4edb9c70a9b21578d46f6'/>
<id>urn:sha1:69a37065f9f523c25bc4edb9c70a9b21578d46f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed tests</title>
<updated>2009-02-20T08:11:12Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-02-20T08:11:12Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=cb2e86095e8c604eceda0f5e1f62910a05a6efcb'/>
<id>urn:sha1:cb2e86095e8c604eceda0f5e1f62910a05a6efcb</id>
<content type='text'>
</content>
</entry>
</feed>
