aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Add refinerycms-authentication-devise in Gemfile for specsBrice Sanchez2016-05-301-0/+2
| | | | No hard dependency on .gemspec
* Removed coupling to refinerycms-wymeditor.Philip Arndt2015-05-201-0/+3
|
* Switch to poltergeist from seleniumAnita Graham2015-02-241-1/+1
|
* Updated Gemfile definitionsPhilip Arndt2015-02-201-6/+7
|
* refinerycms-settings 3.0.0 was released.Philip Arndt2014-12-041-1/+0
|
* Upgraded some testing syntax, changed to selenium for more passable results.Philip Arndt2014-08-221-1/+2
|
* Use newest version of filters_spam which doesn't produce a ton of ↵Uģis Ozols2014-01-271-0/+1
| | | | deprecation warnings.
* Replace selenium with poltergeist.Uģis Ozols2014-01-271-0/+1
|
* Cleanup Gemfile and depend on relased version of friendly_id.Uģis Ozols2014-01-271-13/+10
|
* Use proper dependencies. Now we can bundle install.Uģis Ozols2014-01-201-6/+5
|
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-12/+18
|
* Use refinerycms-testing from the github repo to get latest ↵Uģis Ozols2013-09-041-1/+1
| | | | selenium-webdriver version.
* Use stable version of refinerycms-settings.Uģis Ozols2013-09-041-1/+1
|
* Use proper gem versions/sources.Uģis Ozols2013-08-071-2/+4
|
* Remove jquery-rails from Gemfile because it gets required by Refinery::Core ↵Uģis Ozols2013-07-171-2/+0
| | | | engine.
* Apply chnages recently made in main refinerycms repo.Uģis Ozols2013-07-161-55/+24
| | | | | | * Remove notifier gems * Remove Guardfile * Add ability to specify additional gems when developing in .gemfile
* Specified git dependencies more cleanly.Philip Arndt2013-07-151-4/+7
|
* Remove spork.Uģis Ozols2012-10-231-2/+0
|
* Updating Git LocationAndrew Hooker2012-09-041-2/+2
|
* Updated git sources for Refinery.Philip Arndt2012-09-051-2/+2
|
* Redundancy update to remove redundancy.Rob Yurkowski2012-07-041-1/+0
|
* Update gem versions.Uģis Ozols2012-06-281-11/+10
|
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-0/+2
| | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale.
* Refinery::I18n won't be optional in 2.1.x.Uģis Ozols2012-06-061-0/+1
|
* Bump master to 2.1.0.dev.Uģis Ozols2012-05-151-2/+3
|
* There's already dev, test group in Gemfile so use that.Uģis Ozols2012-03-011-4/+2
|
* No more git sources in the Gemfile.Philip Arndt2012-03-011-9/+3
|
* Now supporting FriendlyId 4Philip Arndt2012-02-271-0/+2
|
* Add Refinery::Setting dependency.Uģis Ozols2012-02-231-0/+2
|
* Add jruby compatible DB gems.Philip Arndt2012-02-011-3/+12
|
* Loosen version requirements in Gemfile.Pete Higgins2012-01-261-4/+3
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-171-1/+7
|
* Linux needs a js runtime.Pete Higgins2012-01-081-0/+1
|
* No need to use awesome_nested_set edge version anymore.Uģis Ozols2012-01-021-3/+1
|
* accidentally had refinerycms pointing to my local filesystem...Jamie Winsor2011-09-041-1/+1
|
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-1/+2
| | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices
* Config is deprecated, using RbConfig instread.Philip Arndt2011-09-031-4/+4
|
* Using edge awesome_nested_set until 2.0.2 gem is released to fix deprecation ↵Philip Arndt2011-09-031-0/+1
| | | | warnings.
* Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the ↵Philip Arndt2011-09-021-4/+7
| | | | notifications list for TRavis.
* Disable libnotifications for travisJamie Winsor2011-09-011-16/+20
|
* Devise edge no longer required for Rails 3-1 branchJamie Winsor2011-08-311-3/+0
|
* gemspec revision to support latest master branch of refinerycmsJamie Winsor2011-08-291-9/+9
|
* Update gemspec to require newest version of seo_metaJamie Winsor2011-08-181-2/+2
|
* Update Gemfile to what would be generated by RefinerycmsJamie Winsor2011-08-151-4/+33
|
* This will fix the build when runing rspec spec/. If you do not specify ↵Jamie Winsor2011-08-151-1/+3
| | | | refinerycms-testing in the development group of the Gemfile it will not be properly loaded.
* Move gemspec method to top of fileJamie Winsor2011-08-141-2/+2
| | | | http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
* Syntax fixes for Ruby 1.8.7Jamie Winsor2011-08-141-4/+3
|
* Use arel 2.1.4 for now because 2.1.5 got yanked.Uģis Ozols2011-08-121-0/+2
|
* Need to use edge everything, excluding spec/dummy from the gemspec.Philip Arndt2011-08-121-5/+5
|
* Remove spork as a development dependencyJamie Winsor2011-08-111-2/+7
| | | | | Add spork to development & test group in Gemfile Fix ControllerMacros and RequestMacros namespace in refinery support file