aboutsummaryrefslogtreecommitdiffstats
path: root/generators
Commit message (Collapse)AuthorAgeFilesLines
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
|
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-223-3/+3
| | | | 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.
* Generators had some typosJoe Sak2010-09-211-1/+1
|
* added publish date support. fixes bug where categories were showing posts ↵djones2010-09-211-0/+1
| | | | that were technically supposed to be hidden from the end user
* fix a bug in the rails 2.x generator where it doesn't create the seeds directorydjones2010-09-141-1/+2
|
* Hello rails3 support.Philip Arndt2010-09-033-15/+13
|
* Comments are now moderated automatically unless moderation is enabled and ↵Philip Arndt2010-08-301-1/+2
| | | | show up below posts.
* Time for an RCPhilip Arndt2010-08-261-2/+6
|
* Fixes the previous string with int comparison failPhilip Arndt2010-08-181-1/+1
|
* Added asset copying to the generator script for those systems that can't ↵Philip Arndt2010-08-181-0/+11
| | | | cope with rails3 coolness.
* Adds unmoderated support through changing approved to state.Philip Arndt2010-08-111-1/+1
|
* generate additional fields and specify relationships.Philip Arndt2010-08-092-21/+27
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-093-0/+89
the fact that it is draft or not.