<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cccms/test/unit/page_test.rb, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://erdgeist.org/gitweb/cccms/atom?h=master</id>
<link rel='self' href='https://erdgeist.org/gitweb/cccms/atom?h=master'/>
<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>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>Updated globalize2 to latest version. Modified existing code accoringly</title>
<updated>2010-01-14T21:21:43Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2010-01-14T21:21:43Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=57d1382013c85a7b11ac8ce5e683f6006b12b328'/>
<id>urn:sha1:57d1382013c85a7b11ac8ce5e683f6006b12b328</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed date and author from the standard template and introduced a dedicated update template which will get auto assigned if a node is created under updates/&lt;year&gt;/&lt;slug&gt;</title>
<updated>2009-11-15T13:31:52Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-11-15T13:31:52Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=1de97a5ac6f4621f8013d6f73c6c9edfae445b70'/>
<id>urn:sha1:1de97a5ac6f4621f8013d6f73c6c9edfae445b70</id>
<content type='text'>
Added tests and convenient method</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>Test::Unit Fixtures can't handle globalize2's translated attributes which is why its impossible to set translated attributes via fixtures. Therefor I removed the page fixtures entirely and and made sure that a title is set to "Untitled" when it is not specified otherwise.</title>
<updated>2009-07-18T16:17:06Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-07-18T16:17:06Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=144b18c5db61c53028177680295f3fc9d4e8711d'/>
<id>urn:sha1:144b18c5db61c53028177680295f3fc9d4e8711d</id>
<content type='text'>
If a new node is created, its initial draft has "Untitled" set as title automatically.

Modified tests accordingly</content>
</entry>
<entry>
<title>renamed count to size for older rubys</title>
<updated>2009-04-05T11:41:37Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-04-05T11:41:37Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=72a1e956d116bd5ebca528906e4b92dba5488474'/>
<id>urn:sha1:72a1e956d116bd5ebca528906e4b92dba5488474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a few more assertions</title>
<updated>2009-03-29T12:14:56Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-03-29T12:14:56Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=c2fa7429dfb10a018731320a49e7ea061feef784'/>
<id>urn:sha1:c2fa7429dfb10a018731320a49e7ea061feef784</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added unit test to verify the basic functionality of the find_with_outdated_translations method. Found and fixed some issued on the way. [ x ] Testing rocks</title>
<updated>2009-03-28T23:00:47Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-03-28T23:00:47Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=fb25bab7dd0ac761702d23ff60decbca9d03dd56'/>
<id>urn:sha1:fb25bab7dd0ac761702d23ff60decbca9d03dd56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small compatibility fix for page test</title>
<updated>2009-03-10T20:04:07Z</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@bauklotz.local</email>
</author>
<published>2009-03-10T20:04:07Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=126ee5d736b5fc4a62a6e528154ebb90814258b5'/>
<id>urn:sha1:126ee5d736b5fc4a62a6e528154ebb90814258b5</id>
<content type='text'>
</content>
</entry>
</feed>
