Skip to content

Commit e075fa8

Browse files
committed
[browsermedia#416] Add browsercms to Gemfiles via :git
Confirmed that changes for browsermedia#448 allow BrowserCMS to be added to project using :git rather than released gem.
1 parent 08cf4a3 commit e075fa8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/release_notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Add the ability to add BrowserCMS to Rails projects.
1818
* [#3] Asset Pipeline: All bcms assets are now served using the assets pipeline.
1919
* [#443] Removed two primative javascript and stylesheets in favor of asset pipeline (where needed).
2020
* [#448] Mountable Engines - BrowserCMS is now a mountable engine, which should make integrating it with other projects easier.
21+
* [#416] BrowserCMS can be added to Gemfiles using :git or :path, which should make testing gems or projects easier.
2122

2223
v3.3.0
2324
======

upgrading_to_3_1.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,27 @@ Make migrate generation use 3.1 style
77
Needs
88
-----
99

10-
* Add ticket for upgrading to Rails 3.1
10+
* Merge 3.1.x into project (:move_permantly)
11+
* Merge 3.3.x into project (misc fixes)
1112
* Differ `bundle install` from happening until Gemfile is updated to include bcms
1213
* Remove bespin
1314
* Improve Performance - Sitemap and serving pages is particularly slow
1415
** Use Ancestry gem - It handles automatically turning models into tree via a single column. Would be very very performant in comparison to current behavior.
16+
* Update a few modules (like bcms_news) to test module generation
17+
* Test this on a production enviroment prior to releasing (things like assets might be wonky)
1518

1619
Wants (Taking advantage of 3.1)
1720
-----
1821

22+
* Internal CMS layouts (like _head.html.erb) do not take advantage of the asset pipeline to join all css or js files (most are compiled into cms/application.css though)
1923
* Improve generators for assets from engines (Review http://bibwild.wordpress.com/2011/09/20/design-for-including-rails-engine-assets-into-pipeline-manifest/)
2024
* Remove the styled_file_field (no longer maintained)
21-
* [#416] Make bcms includable as part of a Gemfile using git
2225
* Migrations have a single 'def change' method now, rather than self.up and self.down
2326
* Themes can be packaged as assets as well (I think?). Rework bluesteel so its part of the asset pipeline.
2427
* Run in production mode locally (for better error testing). Try POW to see if that adds subdomains easily.
2528
* Design how a portlet can include a single jquery based library by just declaring it in the render.html.erb.
2629
** eg. auto_discovery_link_tag -> Does not get included in the head
2730
* Add better messaging for `browsercms demo [NAME]`
28-
29-
30-
Ideas
31-
-----
3231
* Allow for multiple view templates for blocks.
3332
* Look at Papertrail and see how they structure versions. Their API seems every simple for single blocks.
3433

0 commit comments

Comments
 (0)