| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't need to test on both 1.8.7 and ree and given the choice I'm going with ... | Philip Arndt | 2012-02-01 | 1 | -1/+0 |
* | Don't need to CI sqlite3. | Philip Arndt | 2012-02-01 | 1 | -1/+0 |
* | Add jruby compatible DB gems. | Philip Arndt | 2012-02-01 | 1 | -3/+12 |
* | Not postgres but postgresql. | Philip Arndt | 2012-02-01 | 1 | -1/+1 |
* | I accidentally this twice. | Philip Arndt | 2012-02-01 | 1 | -3/+0 |
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 35 | -199/+184 |
* | We don't need to read all about the dummy app or test on rbx-2.0 | Philip Arndt | 2012-01-31 | 2 | -5/+4 |
* | Merge pull request #189 from markstuart/rails-3-1 | Philip Arndt | 2012-01-29 | 3 | -9/+9 |
|\ |
|
| * | New 'main_app.' format. | Mark Stuart | 2012-01-30 | 1 | -6/+6 |
| * | New 'main_app.' format | Mark Stuart | 2012-01-30 | 1 | -1/+1 |
| * | Correct path for form tag. Updated cancel_url to new format. | Mark Stuart | 2012-01-30 | 1 | -2/+2 |
|/ |
|
* | Fix for deprecation in Rails 3.2 | Philip Arndt | 2012-01-30 | 1 | -1/+1 |
* | Merge pull request #187 from substantial/rails-3-2-compat | Philip Arndt | 2012-01-28 | 2 | -6/+5 |
|\ |
|
| * | attr_accessible :author for Post model. | Pete Higgins | 2012-01-26 | 1 | -2/+2 |
| * | Loosen version requirements in Gemfile. | Pete Higgins | 2012-01-26 | 1 | -4/+3 |
* | | Merge pull request #186 from dmoose/add-src-url-3-1 | Philip Arndt | 2012-01-28 | 9 | -4/+171 |
|\ \
| |/
|/| |
|
| * | add source url for post | Jeff Shumate | 2012-01-25 | 9 | -4/+171 |
|/ |
|
* | Merge pull request #184 from dmoose/fix-issue-175 | Philip Arndt | 2012-01-25 | 1 | -1/+1 |
|\ |
|
| * | really fix issue 175 path error in _nav | Jeff Shumate | 2012-01-25 | 1 | -1/+1 |
* | | Merge pull request #183 from dmoose/fix-issue-175 | Philip Arndt | 2012-01-25 | 1 | -2/+2 |
|\| |
|
| * | fix issue 175 | Jeff Shumate | 2012-01-25 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #182 from substantial/fix_category_creation | Philip Arndt | 2012-01-24 | 2 | -1/+21 |
|\ |
|
| * | Fix route helper in categories view. | Pete Higgins | 2012-01-24 | 2 | -1/+21 |
|/ |
|
* | Merge pull request #181 from enmasse-entertainment/fix_comment_posting | Philip Arndt | 2012-01-24 | 2 | -1/+25 |
|\ |
|
| * | Fix comment posting. | Pete Higgins | 2012-01-24 | 2 | -1/+25 |
* | | Don't need to set table_name_prefix because it gets set by isolate_namespace. | Uģis Ozols | 2012-01-20 | 1 | -4/+0 |
* | | Don't need to set engine_name because it gets set by isolate_namespace. | Uģis Ozols | 2012-01-20 | 1 | -1/+0 |
* | | Merge pull request #174 from tsemana/fixes-posts-helper-namespacing | Philip Arndt | 2012-01-19 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Fixed to show the word 'blog' only once in route | Tony Semana | 2012-01-17 | 2 | -3/+3 |
| * | Fixes posts_helper to use updated refinery namespacing | Tony Semana | 2012-01-17 | 1 | -3/+3 |
|/ |
|
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 62 | -282/+259 |
* | Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin... | Philip Arndt | 2012-01-17 | 33 | -335/+341 |
* | Isolate this engine to Refinery::Blog (which, according to my interpretation ... | Philip Arndt | 2012-01-10 | 1 | -8/+2 |
* | ruby highlighting added | Philip Arndt | 2012-01-10 | 1 | -1/+3 |
* | Merge pull request #172 from substantial/fix_for_activity_fix | Philip Arndt | 2012-01-08 | 2 | -2/+2 |
|\ |
|
| * | Fix typo in activity route. | Pete Higgins | 2012-01-08 | 2 | -2/+2 |
* | | Merge pull request #170 from substantial/make_db_seed_idempotent | Philip Arndt | 2012-01-08 | 3 | -5/+17 |
|\| |
|
| * | Make DB seed idempotent. | Pete Higgins | 2012-01-08 | 2 | -5/+16 |
| * | Linux needs a js runtime. | Pete Higgins | 2012-01-08 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #169 from substantial/fix_dashboard_activity | Uģis Ozols | 2012-01-06 | 3 | -3/+24 |
|\ |
|
| * | Fix activity route generation. Workaround for resolve/refinerycms#1193. | Pete Higgins | 2012-01-06 | 2 | -1/+22 |
| * | The newest factory_girl apparently doesn't like how this worked. | Pete Higgins | 2012-01-06 | 1 | -2/+2 |
|/ |
|
* | Currently there isn't any template so we don't need this code. | Uģis Ozols | 2012-01-03 | 1 | -2/+0 |
* | Merge pull request #165 from enmasse-entertainment/rails-3-1 | Uģis Ozols | 2012-01-02 | 1 | -1/+1 |
|\ |
|
| * | use new syntax for config accessors | Shaun | 2012-01-02 | 1 | -1/+1 |
|/ |
|
* | No need to use awesome_nested_set edge version anymore. | Uģis Ozols | 2012-01-02 | 1 | -3/+1 |
* | refinerycms-core requires Rails so don't check if defined?(Rails). | Uģis Ozols | 2012-01-02 | 2 | -4/+1 |
* | Use Refinery::Core.config to get site name. | Uģis Ozols | 2012-01-02 | 3 | -4/+4 |
* | Fix deprecation warning. Closes #164. | Uģis Ozols | 2012-01-02 | 1 | -5/+4 |
* | Don't require rails explicitly because refinerycms-core will do it for us. | Uģis Ozols | 2011-12-22 | 1 | -3/+2 |