public
Description: FixtureReplacement rails plugin (version 2 and on)
Homepage: http://replacefixtures.rubyforge.org/
Clone URL: git://github.com/smtlaissezfaire/fixturereplacement.git
Search Repo:
updating TODO and README to point to the rubyforge pages

git-svn-id: http://thmadb.com/public_svn/plugins/fixture_replacement@84 
6dbbdfbd-06da-443d-8068-b1bdd22a71ef
smt (author)
Tue Nov 20 07:53:32 -0800 2007
commit  45f76c8a8152fc5390e3b729420ad7e865b5ad0a
tree    7795549025e1aa87ff4995ee9f493e6d80dd069b
parent  8e2be451b3ef9288cb2ff2f73b998fb3d9b20fc1
0
...
299
300
301
302
 
 
 
 
 
303
304
305
...
299
300
301
 
302
303
304
305
306
307
308
309
0
@@ -299,7 +299,11 @@
0
 - Carl Porth
0
   - patch: classify should be camelize (applied in revision 74)
0
   
0
-If you would like to change how this software works, please submit a patch with specs to scott@railsnewbie.com
0
+If you would like to change how this software works, please submit a patch with specs via our rubyforge
0
+project page:
0
+
0
+http://rubyforge.org/tracker/?group_id=4556
0
+
0
 
0
 == License
0
 
0
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
 
 
...
 
 
 
 
 
 
 
 
 
 
 
1
 
 
2
3
4
0
@@ -1,15 +1,5 @@
0
-TODO:
0
-- Scoping/Namespaces for models
0
-- configurable example_data.rb file. example_data.rb is no longer a good name, and backwards compatibility
0
- is an issue
0
-- Refactor - Never Done? - This is particularly hard now.
0
-
0
- Scope is a big concern. How would I refactor mod.module_eval { define_method { }} bits? Instance_eval would work,
0
- but then we need to deal with block params, and the value of self.
0
-
0
- Another problem: How would I refactor out what comes inside of the define_method, short of adding private methods
0
- to the module in question?
0
 
0
-- Error checking. Hashes should always be returned from the valid_* methods
0
-- Remove Duplication, make DRY!
0
+The TODOs have moved to the rubyforge tracker:
0
+
0
+http://rubyforge.org/tracker/?group_id=4556

Comments

    No one has commented yet.