Commit Graph

16 Commits

Author SHA1 Message Date
Elliot Winkler e224e1dd88 Extend list of files to watch to regen docs
Now updating these files will regenerate the docs:

* NEWS.md
* .yardopts
* docs/
* .rb, .js, .css, and .erb files inside of doc_config/
2015-10-08 21:30:42 -06:00
Elliot Winkler 15009c16c3 Manually autogenerate docs
Why:

* The guard-yard gem doesn't seem to work so well anymore. In fact, the
  problem is with `yard server` -- it doesn't seem to use our custom
  template files.

To satisfy the above:

* Instead of using Guard and guard-yard, use the fssm gem to manually
  watch various files.
* Instead of using `yard server`, run `yard doc`, which *does* honor our
  custom template files.
* You can run `rake autogenerate_docs` to make this happen; update the
  README accordingly.

[ci skip]
2015-09-23 14:04:59 -06:00
Elliot Winkler 99a68fe14a Prefix temporary gh pages dir with username 2015-01-23 16:05:32 -07:00
Elliot Winkler 4da3ecf6bb Raise an error if version or latest_version missing 2015-01-23 14:59:49 -07:00
Elliot Winkler f4bfed358b Fix docs:generate and docs:publish with custom latest version 2015-01-23 14:13:31 -07:00
Elliot Winkler 50b8cb868d Use custom github username in /docs/index.html for better testing 2015-01-23 14:13:31 -07:00
Elliot Winkler 6925773b71 Extract documentation tasks to a separate file 2015-01-23 14:13:31 -07:00
Joe Ferris 6aca71765a Extracted the context framework, switched to rspec 2010-12-14 17:02:03 -05:00
Ryan McGeary c33610ab97 Fix for new shoulda/tasks organization when shoulda is used solely as a plugin [#75] 2008-09-15 09:42:24 -04:00
Josh Nichols 2629a9a64b Moved tasks/* to shoulda/tasks/*
* Will better support shoulda when used as a gem
 * Added shoulda/tasks.rb to automate loading the tasks
 * Added tasks/shoulda.rake for backwards compatibility
 * Modified Rakefile to support new task location
2008-09-14 08:50:38 -04:00
Ryan McGeary 2f510684f2 Fixed shoulda:list rake task for Rails 2.1 by adding the 'test' directory to the load path 2008-08-18 23:37:13 -04:00
tsaleh 4ae2cea036 small refactorings
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@389 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2008-03-17 14:03:11 +00:00
tsaleh 53b1bb818a tweak to rake task
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@387 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2008-03-14 14:21:31 +00:00
tsaleh 4b39f0076a - moved rake tasks to shoulda namespace
- added shoulda:from_yaml task from David.Lowenfels@gmail.com



git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@237 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-11-08 21:45:27 +00:00
tsaleh 0f194fb28a fixed rake file
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@190 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-08-24 17:30:53 +00:00
tsaleh f2ea40a11b moved tasks dir
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@189 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-08-24 16:19:59 +00:00